From 2ad80bd535b627276b931221bad9d59f81fae45c Mon Sep 17 00:00:00 2001 From: Enrico Fucile Date: Mon, 8 Jul 2024 12:03:54 +0000 Subject: [PATCH 01/11] xml,txt files --- xml/CodeFlag.xml | 2 +- xml/Template.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/CodeFlag.xml b/xml/CodeFlag.xml index 5f339e4..b6b684d 100644 --- a/xml/CodeFlag.xml +++ b/xml/CodeFlag.xml @@ -1,5 +1,5 @@ - + Code table 0.0 - Discipline of processed data in the GRIB message, number of GRIB Master table 0 diff --git a/xml/Template.xml b/xml/Template.xml index 04ed32a..a092ab9 100644 --- a/xml/Template.xml +++ b/xml/Template.xml @@ -1,5 +1,5 @@ - + Identification template 1.0 - calendar definition 24 From 74c6a4b29c29269cf6cc85ab12c5a9e4259fdb94 Mon Sep 17 00:00:00 2001 From: Anna Milan Date: Wed, 10 Jul 2024 16:52:45 +0200 Subject: [PATCH 02/11] 247 code table 49 add an entry to encode a probability based on a quantile distribution instead of based on a threshold (#265) * fix rebase conflict xml,txt files * fix rebase conflicts 247 adding entry in COde table 4.9 and associated note * fix rebase conflicts xml,txt files * xml,txt files * #247 changing PDF acronym to probability distribution function * xml,txt files * remove odd char * xml,txt files * xml,txt files * remove datestamp from XML gen * xml,txt files --------- Co-authored-by: Enrico Fucile Co-authored-by: Sebastien Villaume --- GRIB2_CodeFlag_4_9_CodeTable_en.csv | 5 +++-- notes/CodeFlag_notes.csv | 3 ++- txt/CodeFlag.txt | 3 ++- xml/CodeFlag.xml | 8 +++++++- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/GRIB2_CodeFlag_4_9_CodeTable_en.csv b/GRIB2_CodeFlag_4_9_CodeTable_en.csv index 3bf7e53..6ca1597 100644 --- a/GRIB2_CodeFlag_4_9_CodeTable_en.csv +++ b/GRIB2_CodeFlag_4_9_CodeTable_en.csv @@ -9,6 +9,7 @@ Probability type,,6,,Probability of event in above normal category,(see Notes 1 Probability type,,7,,Probability of event in near normal category,(see Notes 1 and 2),"7,9",,Operational Probability type,,8,,Probability of event in below normal category,(see Notes 1 and 2),"7,9",,Operational Probability type,,9,,Probability based on counts of categorical boolean,(see Note 3),155,,Operational -Probability type,,10-191,,Reserved,,,,Operational +Probability type,,10,,Probability of event within the quantile of the probability distribution function,(see Note 4),247a,,Operational +Probability type,,11-191,,Reserved,,,,Operational Probability type,,192-254,,Reserved for local use,,,,Operational -Probability type,,255,,Missing,,,,Operational +Probability type,,255,,Missing,,,,Operational \ No newline at end of file diff --git a/notes/CodeFlag_notes.csv b/notes/CodeFlag_notes.csv index 349110f..28d7392 100644 --- a/notes/CodeFlag_notes.csv +++ b/notes/CodeFlag_notes.csv @@ -149,4 +149,5 @@ noteID,note 152,"The following additional arguments must be specified: • Circle - 1 argument for the radius in metres • Rectangle - 2 arguments for the length in 1. west-east and 2. south-north in metres • Square - 1 argument for the length of the equal-length sides in metres • Wedge - 3 arguments for 1. radius in metres and 2. start and 3. end radius in arithmetic degrees with 0 on the positive axis along west-east and counted counter-clockwise. • span of grid cells - 2 arguments regarding the number of grid cells in 1. west-east and 2. south-north so that the span is i+/-x and j+/-y" 153,"The option quantile needs two additional arguments: 1) The total number of quantiles and 2) the quantile value." 154,"These parameters are intended to be used with templates 4.121 and 4.122 in which the spatiotemporal criteria is encoded used to get a categorical yes/no per grid point of each ensemble member." -155,"Scale Factor of Lower Limit, Scaled Value of Lower Limit, Scale Factor of Upper Limit and Scaled Value of Upper Limit must be set to missing. This entry is intended for, but not limited to, entries 5 to 7 in Code table 4.2 discipline 0 category 191." \ No newline at end of file +155,"Scale Factor of Lower Limit, Scaled Value of Lower Limit, Scale Factor of Upper Limit and Scaled Value of Upper Limit must be set to missing. This entry is intended for, but not limited to, entries 5 to 7 in Code table 4.2 discipline 0 category 191." +247a,"When using entry 10, the lower limit is used to encode the quantile q (must be an integer between 0 and Q) while the upper limit is used to encode the total number of quantiles Q. This defines the probability of the parameter falling within quantile q. For instance, to encode the probability of falling within the 10th percentile, then q=10 and Q=100; to encode the probability of falling within the 1st tercile, then q=1 and Q=3." diff --git a/txt/CodeFlag.txt b/txt/CodeFlag.txt index 98c850c..810b614 100644 --- a/txt/CodeFlag.txt +++ b/txt/CodeFlag.txt @@ -2071,7 +2071,8 @@ Code table 4.9 - Probability type,,6,,Probability of event in above normal categ 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,,10,,Probability of event within the quantile of the probability distribution function,(see Note 4),247a,,Operational +Code table 4.9 - Probability type,,11-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 diff --git a/xml/CodeFlag.xml b/xml/CodeFlag.xml index a10159c..da45bf8 100644 --- a/xml/CodeFlag.xml +++ b/xml/CodeFlag.xml @@ -12434,7 +12434,13 @@ Code table 4.9 - Probability type - 10-191 + 10 + Probability of event within the quantile of the probability distribution function + Operational + + + Code table 4.9 - Probability type + 11-191 Reserved Operational From 4c90c65efbdee4d33ea8524f993928b86dc89313 Mon Sep 17 00:00:00 2001 From: Anna Milan Date: Thu, 11 Jul 2024 14:31:24 +0200 Subject: [PATCH 03/11] 253 new normal and tangential velocity.... (#270) * xml,txt files * xml,txt files * issue #253 update branch * xml,txt files * Update GRIB2_CodeFlag_4_2_10_4_CodeTable_en.csv 53 and 54 for normal and tangential component of water velocity, as entry 52 is used in issue 244 for mixed layed depth. * xml,txt files --------- Co-authored-by: Enrico Fucile Co-authored-by: Sibylle Krebber <62389319+SibylleK@users.noreply.github.com> --- GRIB2_CodeFlag_4_2_10_4_CodeTable_en.csv | 4 +++- notes/CodeFlag_notes.csv | 3 ++- txt/CodeFlag.txt | 4 +++- xml/CodeFlag.xml | 14 +++++++++++++- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/GRIB2_CodeFlag_4_2_10_4_CodeTable_en.csv b/GRIB2_CodeFlag_4_2_10_4_CodeTable_en.csv index d656e0e..dfba439 100644 --- a/GRIB2_CodeFlag_4_2_10_4_CodeTable_en.csv +++ b/GRIB2_CodeFlag_4_2_10_4_CodeTable_en.csv @@ -49,6 +49,8 @@ Parameter number by product discipline and parameter category,"Product disciplin 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 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 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 -Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",52-191,,Reserved,,,,Operational +Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",53,,Normal component of water velocity,(see Note 3),253a,m s-1,Operational +Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",54,,Tangential component of water velocity,(see Note 3),253a,m s-1,Operational +Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",55-191,,Reserved,,,,Operational 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 Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",255,,Missing,,,,Operational diff --git a/notes/CodeFlag_notes.csv b/notes/CodeFlag_notes.csv index 28d7392..5d04456 100644 --- a/notes/CodeFlag_notes.csv +++ b/notes/CodeFlag_notes.csv @@ -150,4 +150,5 @@ noteID,note 153,"The option quantile needs two additional arguments: 1) The total number of quantiles and 2) the quantile value." 154,"These parameters are intended to be used with templates 4.121 and 4.122 in which the spatiotemporal criteria is encoded used to get a categorical yes/no per grid point of each ensemble member." 155,"Scale Factor of Lower Limit, Scaled Value of Lower Limit, Scale Factor of Upper Limit and Scaled Value of Upper Limit must be set to missing. This entry is intended for, but not limited to, entries 5 to 7 in Code table 4.2 discipline 0 category 191." -247a,"When using entry 10, the lower limit is used to encode the quantile q (must be an integer between 0 and Q) while the upper limit is used to encode the total number of quantiles Q. This defines the probability of the parameter falling within quantile q. For instance, to encode the probability of falling within the 10th percentile, then q=10 and Q=100; to encode the probability of falling within the 1st tercile, then q=1 and Q=3." +253a,In relation to local coordinate axes at a (grid) cell edge. +247a,"When using entry 10, the lower limit is used to encode the quantile q (must be an integer between 0 and Q) while the upper limit is used to encode the total number of quantiles Q. This defines the probability of the parameter falling within quantile q. For instance, to encode the probability of falling within the 10th percentile, then q=10 and Q=100; to encode the probability of falling within the 1st tercile, then q=1 and Q=3." \ No newline at end of file diff --git a/txt/CodeFlag.txt b/txt/CodeFlag.txt index 810b614..4746ff1 100644 --- a/txt/CodeFlag.txt +++ b/txt/CodeFlag.txt @@ -1846,7 +1846,9 @@ Code table 4.2 - Parameter number by product discipline and parameter category," 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",53,,Normal component of water velocity,(see Note 3),253a,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",54,,Tangential component of water velocity,(see Note 3),253a,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",55-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 diff --git a/xml/CodeFlag.xml b/xml/CodeFlag.xml index da45bf8..0926c5c 100644 --- a/xml/CodeFlag.xml +++ b/xml/CodeFlag.xml @@ -11084,7 +11084,19 @@ Code table 4.2 - Parameter number by product discipline and parameter category - 52-191 + 53 + Normal component of water velocity + Operational + + + Code table 4.2 - Parameter number by product discipline and parameter category + 54 + Tangential component of water velocity + Operational + + + Code table 4.2 - Parameter number by product discipline and parameter category + 55-191 Reserved Operational From 827e65f5d70c2101ec81258d29c4bb1aed66ac9d Mon Sep 17 00:00:00 2001 From: Anna Milan Date: Thu, 11 Jul 2024 14:37:53 +0200 Subject: [PATCH 04/11] 248 code table 4101 new entry in code table 4101 to extend the usage of templates 4105 4106 4107 and 4112 (#263) * fix rebase conflict: 248 adding entry in Code Table 4.101 and associated note * fix rebase of xml,txt files * fix legacy conflict text * xml,txt files --------- Co-authored-by: Sebastien Villaume Co-authored-by: Enrico Fucile --- GRIB2_CodeFlag_4_101_CodeTable_en.csv | 3 ++- notes/CodeFlag_notes.csv | 1 + txt/CodeFlag.txt | 3 ++- xml/CodeFlag.xml | 8 +++++++- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/GRIB2_CodeFlag_4_101_CodeTable_en.csv b/GRIB2_CodeFlag_4_101_CodeTable_en.csv index edeb5ef..57f206a 100644 --- a/GRIB2_CodeFlag_4_101_CodeTable_en.csv +++ b/GRIB2_CodeFlag_4_101_CodeTable_en.csv @@ -8,6 +8,7 @@ Type of relationship to reference dataset,,20,,Extreme Forecast Index (EFI),(see Type of relationship to reference dataset,,21,,Shift of Tails (SOT),(see Note 4),138,,Operational Type of relationship to reference dataset,,22,,Anomaly of probabilities,(see Note 5),148,,Operational Type of relationship to reference dataset,,23,,Standardized Drought Index,(see Note 6),147,,Operational -Type of relationship to reference dataset,,24-191,,Reserved,,,,Operational +Type of relationship to reference dataset,,24,,Crossing Point Forecast (CPF) (see Note 7),248a,,Operational +Type of relationship to reference dataset,,25-191,,Reserved,,,,Operational Type of relationship to reference dataset,,192-254,,Reserved for local use,,,,Operational Type of relationship to reference dataset,,255,,Missing,,,,Operational diff --git a/notes/CodeFlag_notes.csv b/notes/CodeFlag_notes.csv index 5d04456..c7c4a9b 100644 --- a/notes/CodeFlag_notes.csv +++ b/notes/CodeFlag_notes.csv @@ -150,5 +150,6 @@ noteID,note 153,"The option quantile needs two additional arguments: 1) The total number of quantiles and 2) the quantile value." 154,"These parameters are intended to be used with templates 4.121 and 4.122 in which the spatiotemporal criteria is encoded used to get a categorical yes/no per grid point of each ensemble member." 155,"Scale Factor of Lower Limit, Scaled Value of Lower Limit, Scale Factor of Upper Limit and Scaled Value of Upper Limit must be set to missing. This entry is intended for, but not limited to, entries 5 to 7 in Code table 4.2 discipline 0 category 191." +248a,"Ben Bouallègue, Z. (2021). On the verification of the crossing-point forecast. Tellus A: Dynamic Meteorology and Oceanography, 73(1), 1–10. [https://doi.org/10.1080/16000870.2021.1913007]" 253a,In relation to local coordinate axes at a (grid) cell edge. 247a,"When using entry 10, the lower limit is used to encode the quantile q (must be an integer between 0 and Q) while the upper limit is used to encode the total number of quantiles Q. This defines the probability of the parameter falling within quantile q. For instance, to encode the probability of falling within the 10th percentile, then q=10 and Q=100; to encode the probability of falling within the 1st tercile, then q=1 and Q=3." \ No newline at end of file diff --git a/txt/CodeFlag.txt b/txt/CodeFlag.txt index 4746ff1..8e6e331 100644 --- a/txt/CodeFlag.txt +++ b/txt/CodeFlag.txt @@ -2175,7 +2175,8 @@ Code table 4.101 - Type of relationship to reference dataset,,20,,Extreme Foreca 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,,24,,Crossing Point Forecast (CPF) (see Note 7),248a,,Operational, +Code table 4.101 - Type of relationship to reference dataset,,25-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 diff --git a/xml/CodeFlag.xml b/xml/CodeFlag.xml index 0926c5c..9a3003b 100644 --- a/xml/CodeFlag.xml +++ b/xml/CodeFlag.xml @@ -13058,7 +13058,13 @@ Code table 4.101 - Type of relationship to reference dataset - 24-191 + 24 + Crossing Point Forecast (CPF) (see Note 7) + + + + Code table 4.101 - Type of relationship to reference dataset + 25-191 Reserved Operational From f5d0f629536a61dcaffbb52e6da4f0987ee39bd8 Mon Sep 17 00:00:00 2001 From: Anna Milan Date: Thu, 11 Jul 2024 14:45:05 +0200 Subject: [PATCH 05/11] 244 new new mixed layer depth parameter in code table 42 discipline 10 1 (#262) * issue #244 in NEW branch * xml,txt files * xml,txt files --------- Co-authored-by: Enrico Fucile --- GRIB2_CodeFlag_4_2_10_4_CodeTable_en.csv | 1 + txt/CodeFlag.txt | 1 + xml/CodeFlag.xml | 6 ++++++ 3 files changed, 8 insertions(+) diff --git a/GRIB2_CodeFlag_4_2_10_4_CodeTable_en.csv b/GRIB2_CodeFlag_4_2_10_4_CodeTable_en.csv index dfba439..f8c6a94 100644 --- a/GRIB2_CodeFlag_4_2_10_4_CodeTable_en.csv +++ b/GRIB2_CodeFlag_4_2_10_4_CodeTable_en.csv @@ -49,6 +49,7 @@ Parameter number by product discipline and parameter category,"Product disciplin 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 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 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 +Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",52,,Mixed layer depth,,,m,Operational Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",53,,Normal component of water velocity,(see Note 3),253a,m s-1,Operational Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",54,,Tangential component of water velocity,(see Note 3),253a,m s-1,Operational Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",55-191,,Reserved,,,,Operational diff --git a/txt/CodeFlag.txt b/txt/CodeFlag.txt index 8e6e331..b625967 100644 --- a/txt/CodeFlag.txt +++ b/txt/CodeFlag.txt @@ -1846,6 +1846,7 @@ Code table 4.2 - Parameter number by product discipline and parameter category," 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,,Mixed layer 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",53,,Normal component of water velocity,(see Note 3),253a,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",54,,Tangential component of water velocity,(see Note 3),253a,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",55-191,,Reserved,,,,Operational diff --git a/xml/CodeFlag.xml b/xml/CodeFlag.xml index 9a3003b..7029b7e 100644 --- a/xml/CodeFlag.xml +++ b/xml/CodeFlag.xml @@ -11082,6 +11082,12 @@ Sea water column integrated salinity Operational + + Code table 4.2 - Parameter number by product discipline and parameter category + 52 + Mixed layer depth + Operational + Code table 4.2 - Parameter number by product discipline and parameter category 53 From f90a33919693501cce5f666c64e019e40e0d45b7 Mon Sep 17 00:00:00 2001 From: Anna Milan Date: Fri, 12 Jul 2024 14:30:57 +0200 Subject: [PATCH 06/11] 246 additional anomalies templates (#268) * #246 adding template 4.128 to 4.136 and entries in code table 4.0 * rebase fix xml,txt files * Update GRIB2_Template_4_129_ProductDefinitionTemplate_en.csv Replace "to" with "-" * xml,txt files * Update GRIB2_Template_4_131_ProductDefinitionTemplate_en.csv upper limit * xml,txt files * Update GRIB2_Template_4_134_ProductDefinitionTemplate_en.csv "51-62" not as octetNo * xml,txt files * Update GRIB2_Template_4_136_ProductDefinitionTemplate_en.csv upper limit and typo in line 47 * xml,txt files * fix CSV * xml,txt files * Apply suggestions from code review update see note references * xml,txt files --------- Co-authored-by: Sebastien Villaume Co-authored-by: Enrico Fucile Co-authored-by: Sibylle Krebber <62389319+SibylleK@users.noreply.github.com> --- GRIB2_CodeFlag_4_0_CodeTable_en.csv | 11 +- ...ate_4_128_ProductDefinitionTemplate_en.csv | 36 + ...ate_4_129_ProductDefinitionTemplate_en.csv | 39 + ...ate_4_130_ProductDefinitionTemplate_en.csv | 38 + ...ate_4_131_ProductDefinitionTemplate_en.csv | 43 + ...ate_4_132_ProductDefinitionTemplate_en.csv | 38 + ...ate_4_133_ProductDefinitionTemplate_en.csv | 41 + ...ate_4_134_ProductDefinitionTemplate_en.csv | 53 + ...ate_4_135_ProductDefinitionTemplate_en.csv | 56 + ...ate_4_136_ProductDefinitionTemplate_en.csv | 57 + txt/CodeFlag.txt | 11 +- txt/Template.txt | 392 ++ xml/CodeFlag.xml | 56 +- xml/Template.xml | 3920 +++++++++++++++++ 14 files changed, 4788 insertions(+), 3 deletions(-) create mode 100644 GRIB2_Template_4_128_ProductDefinitionTemplate_en.csv create mode 100644 GRIB2_Template_4_129_ProductDefinitionTemplate_en.csv create mode 100644 GRIB2_Template_4_130_ProductDefinitionTemplate_en.csv create mode 100644 GRIB2_Template_4_131_ProductDefinitionTemplate_en.csv create mode 100644 GRIB2_Template_4_132_ProductDefinitionTemplate_en.csv create mode 100644 GRIB2_Template_4_133_ProductDefinitionTemplate_en.csv create mode 100644 GRIB2_Template_4_134_ProductDefinitionTemplate_en.csv create mode 100644 GRIB2_Template_4_135_ProductDefinitionTemplate_en.csv create mode 100644 GRIB2_Template_4_136_ProductDefinitionTemplate_en.csv diff --git a/GRIB2_CodeFlag_4_0_CodeTable_en.csv b/GRIB2_CodeFlag_4_0_CodeTable_en.csv index 5e1364a..e77c440 100644 --- a/GRIB2_CodeFlag_4_0_CodeTable_en.csv +++ b/GRIB2_CodeFlag_4_0_CodeTable_en.csv @@ -110,7 +110,16 @@ Product definition template number,,124,,"Analysis or forecast at a horizontal l 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 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 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 -Product definition template number,,128-253,,Reserved,,,,Operational +Product definition template number,,128,,"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 at a point in time",,,,Operational +Product definition template number,,129,,"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 at a point in time",,,,Operational +Product definition template number,,130,,"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 at a point in time",,,,Operational +Product definition template number,,131,,"Anomalies significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,,,Operational +Product definition template number,,132,,"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,,,Operational +Product definition template number,,133,,"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,,,Operational +Product definition template number,,134,,"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,,,Operational +Product definition template number,,135,,"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,,,Operational +Product definition template number,,136,,"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",,,,Operational +Product definition template number,,137-253,,Reserved,,,,Operational Product definition template number,,254,,CCITT IA5 character string,,,,Operational Product definition template number,,255-999,,Reserved,,,,Operational Product definition template number,,1000,,Cross-section of analysis and forecast at a point in time,,,,Experimental diff --git a/GRIB2_Template_4_128_ProductDefinitionTemplate_en.csv b/GRIB2_Template_4_128_ProductDefinitionTemplate_en.csv new file mode 100644 index 0000000..36a577c --- /dev/null +++ b/GRIB2_Template_4_128_ProductDefinitionTemplate_en.csv @@ -0,0 +1,36 @@ +Title_en,OctetNo,Contents_en,Note_en,noteIDs,codeTable,flagTable,Status +"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 at a point in time",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"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 at a point in time",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"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 at a point in time",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"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 at a point in time",13,Background generating process identifier (defined by originating centre),,,,,Operational +"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 at a point in time",14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"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 at a point in time",15-16,Hours of observational data cut-off after reference time,(see Note 1),33,,,Operational +"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 at a point in time",17,Minutes of observational data cut-off after reference time,,,,,Operational +"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 at a point in time",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"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 at a point in time",19-22,Forecast time in units defined by previous octet,,,,,Operational +"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 at a point in time",23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"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 at a point in time",24,Scale factor of first fixed surface,,,,,Operational +"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 at a point in time",25-28,Scaled value of first fixed surface,,,,,Operational +"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 at a point in time",29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"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 at a point in time",30,Scale factor of second fixed surface,,,,,Operational +"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 at a point in time",31-34,Scaled value of second fixed surface,,,,,Operational +"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 at a point in time",35,Type of reference dataset,(see Code table 4.100),,4.100,,Operational +"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 at a point in time",36,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"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 at a point in time",37,Number of additional parameter for reference period - NA,(see Note 2),164,,,Operational +"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 at a point in time",,The next two entries are repeated NA times na=0:NA - can be 0 times if no parameters are necessary,,,,,Operational +"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 at a point in time",38+(na-1)*5,Scale factor of additional parameter for reference period,,,,,Operational +"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 at a point in time",(39+(na-1)*5)-(42+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"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 at a point in time",,End of repeated NA sequence,,,,,Operational +"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 at a point in time",(38+NA*5)-(39+NA*5),Year of start of reference period,,,,,Operational +"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 at a point in time",40+NA*5,Month of start of reference period,,,,,Operational +"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 at a point in time",41+NA*5,Day of start of reference period,,,,,Operational +"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 at a point in time",42+NA*5,Hour of start of reference period,,,,,Operational +"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 at a point in time",43+NA*5,Minute of start of reference period,,,,,Operational +"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 at a point in time",44+NA*5,Second of start of reference period,,,,,Operational +"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 at a point in time",(45+NA*5)-(48+NA*5),Sample size of reference period,,,,,Operational +"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 at a point in time",49+NA*5,Number of reference period time range - NR,(see Note 3),165,,,Operational +"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 at a point in time",,The next three entries are repeated NR times nr=1:NR,,,,,Operational +"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 at a point in time",50+NA*5+(nr-1)*6,Type of statistical processing for time range for reference period,(see Code table 4.102),,4.102,,Operational +"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 at a point in time",51+NA*5+(nr-1)*6,Indicator of unit of time range for reference period,(see Code table 4.4),,4.4,,Operational +"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 at a point in time",(52+NA*5+(nr-1)*6)-(55+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +"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 at a point in time",,End of repeated NR sequence,,,,,Operational diff --git a/GRIB2_Template_4_129_ProductDefinitionTemplate_en.csv b/GRIB2_Template_4_129_ProductDefinitionTemplate_en.csv new file mode 100644 index 0000000..a1b5256 --- /dev/null +++ b/GRIB2_Template_4_129_ProductDefinitionTemplate_en.csv @@ -0,0 +1,39 @@ +Title_en,OctetNo,Contents_en,Note_en,noteIDs,codeTable,flagTable,Status +"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 at a point in time",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"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 at a point in time",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"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 at a point in time",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"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 at a point in time",13,Background generating process identifier (defined by originating centre),,,,,Operational +"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 at a point in time",14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"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 at a point in time",15-16,Hours of observational data cut-off after reference time,(see Note 1),33,,,Operational +"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 at a point in time",17,Minutes of observational data cut-off after reference time,,,,,Operational +"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 at a point in time",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"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 at a point in time",19-22,Forecast time in units defined by previous octet,,,,,Operational +"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 at a point in time",23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"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 at a point in time",24,Scale factor of first fixed surface,,,,,Operational +"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 at a point in time",25-28,Scaled value of first fixed surface,,,,,Operational +"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 at a point in time",29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"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 at a point in time",30,Scale factor of second fixed surface,,,,,Operational +"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 at a point in time",31-34,Scaled value of second fixed surface,,,,,Operational +"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 at a point in time",35,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"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 at a point in time",36,Perturbation number,,,,,Operational +"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 at a point in time",37,Number of forecasts in ensemble,,,,,Operational +"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 at a point in time",38,Type of reference dataset,(see Code table 4.100),,4.100,,Operational +"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 at a point in time",39,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"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 at a point in time",40,Number of additional parameter for reference period - NA,(see Note 2),164,,,Operational +"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 at a point in time",,The next two entries are repeated NA times na=0:NA - can be 0 times if no parameters are necessary,,,,,Operational +"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 at a point in time",41+(na-1)*5,Scale factor of additional parameter for reference period,,,,,Operational +"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 at a point in time",(42+(na-1)*5)-(45+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"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 at a point in time",,End of repeated NA sequence,,,,,Operational +"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 at a point in time",(41+NA*5)-(42+NA*5),Year of start of reference period,,,,,Operational +"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 at a point in time",43+NA*5,Month of start of reference period,,,,,Operational +"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 at a point in time",44+NA*5,Day of start of reference period,,,,,Operational +"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 at a point in time",45+NA*5,Hour of start of reference period,,,,,Operational +"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 at a point in time",46+NA*5,Minute of start of reference period,,,,,Operational +"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 at a point in time",47+NA*5,Second of start of reference period,,,,,Operational +"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 at a point in time",(48+NA*5)-(51+NA*5),Sample size of reference period,,,,,Operational +"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 at a point in time",52+NA*5,Number of reference period time range - NR,(see Note 3),165,,,Operational +"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 at a point in time",,The next three entries are repeated NR times nr=1:NR,,,,,Operational +"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 at a point in time",53+NA*5+(nr-1)*6,Type of statistical processing for time range for reference period,(see Code table 4.102),,4.102,,Operational +"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 at a point in time",54+NA*5+(nr-1)*6,Indicator of unit of time range for reference period,(see Code table 4.4),,4.4,,Operational +"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 at a point in time",(55+NA*5+(nr-1)*6)-(58+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +"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 at a point in time",,End of repeated NR sequence,,,,,Operational diff --git a/GRIB2_Template_4_130_ProductDefinitionTemplate_en.csv b/GRIB2_Template_4_130_ProductDefinitionTemplate_en.csv new file mode 100644 index 0000000..26327c8 --- /dev/null +++ b/GRIB2_Template_4_130_ProductDefinitionTemplate_en.csv @@ -0,0 +1,38 @@ +Title_en,OctetNo,Contents_en,Note_en,noteIDs,codeTable,flagTable,Status +"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 at a point in time",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"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 at a point in time",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"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 at a point in time",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"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 at a point in time",13,Background generating process identifier (defined by originating centre),,,,,Operational +"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 at a point in time",14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"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 at a point in time",15-16,Hours of observational data cut-off after reference time,(see Note 1),33,,,Operational +"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 at a point in time",17,Minutes of observational data cut-off after reference time,,,,,Operational +"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 at a point in time",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"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 at a point in time",19-22,Forecast time in units defined by previous octet,,,,,Operational +"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 at a point in time",23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"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 at a point in time",24,Scale factor of first fixed surface,,,,,Operational +"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 at a point in time",25-28,Scaled value of first fixed surface,,,,,Operational +"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 at a point in time",29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"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 at a point in time",30,Scale factor of second fixed surface,,,,,Operational +"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 at a point in time",31-34,Scaled value of second fixed surface,,,,,Operational +"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 at a point in time",35,Derived forecast,(see Code table 4.7),,4.7,,Operational +"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 at a point in time",36,Number of forecasts in ensemble,,,,,Operational +"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 at a point in time",37,Type of reference dataset,(see Code table 4.100),,4.100,,Operational +"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 at a point in time",38,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"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 at a point in time",39,Number of additional parameter for reference period - NA,(see Note 2),164,,,Operational +"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 at a point in time",,The next two entries are repeated NA times na=0:NA - can be 0 times if no parameters are necessary,,,,,Operational +"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 at a point in time",40+(na-1)*5,Scale factor of additional parameter for reference period,,,,,Operational +"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 at a point in time",(41+(na-1)*5)-(44+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"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 at a point in time",,End of repeated NA sequence,,,,,Operational +"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 at a point in time",(40+NA*5)-(41+NA*5),Year of start of reference period,,,,,Operational +"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 at a point in time",42+NA*5,Month of start of reference period,,,,,Operational +"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 at a point in time",43+NA*5,Day of start of reference period,,,,,Operational +"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 at a point in time",44+NA*5,Hour of start of reference period,,,,,Operational +"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 at a point in time",45+NA*5,Minute of start of reference period,,,,,Operational +"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 at a point in time",46+NA*5,Second of start of reference period,,,,,Operational +"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 at a point in time",(47+NA*5)-(50+NA*5),Sample size of reference period,,,,,Operational +"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 at a point in time",51+NA*5,Number of reference period time range - NR,(see Note 3),165,,,Operational +"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 at a point in time",,The next three entries are repeated NR times nr=1:NR,,,,,Operational +"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 at a point in time",52+NA*5+(nr-1)*6,Type of statistical processing for time range for reference period,(see Code table 4.102),,4.102,,Operational +"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 at a point in time",53+NA*5+(nr-1)*6,Indicator of unit of time range for reference period,(see Code table 4.4),,4.4,,Operational +"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 at a point in time",(54+NA*5+(nr-1)*6)-(57+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +"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 at a point in time",,End of repeated NR sequence,,,,,Operational diff --git a/GRIB2_Template_4_131_ProductDefinitionTemplate_en.csv b/GRIB2_Template_4_131_ProductDefinitionTemplate_en.csv new file mode 100644 index 0000000..a19965c --- /dev/null +++ b/GRIB2_Template_4_131_ProductDefinitionTemplate_en.csv @@ -0,0 +1,43 @@ +Title_en,OctetNo,Contents_en,Note_en,noteIDs,codeTable,flagTable,Status +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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 +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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 +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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 +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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 +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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 +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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 +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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 +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",19-22,Forecast time in units defined by previous octet,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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 +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",24,Scale factor of first fixed surface,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",25-28,Scaled value of first fixed surface,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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 +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",30,Scale factor of second fixed surface,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",31-34,Scaled value of second fixed surface,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",35,Forecast probability number,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",36,Total number of forecast probabilities,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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 +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",38,Scale factor of lower limit,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",39 - 42,Scaled value of lower limit,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",43,Scale factor of upper limit,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",44 - 47,Scaled value of upper limit,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",48,Type of reference dataset,(see Code table 4.100),,4.100,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",49,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",50,Number of additional parameter for reference period - NA,(see Note 2),164,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,The next two entries are repeated NA times na=0:NA - can be 0 times if no parameters are necessary,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",51+(na-1)*5,Scale factor of additional parameter for reference period,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(52+(na-1)*5)-(55+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,End of repeated NA sequence,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(51+NA*5)-(52+NA*5),Year of start of reference period,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",53+NA*5,Month of start of reference period,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",54+NA*5,Day of start of reference period,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",55+NA*5,Hour of start of reference period,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",56+NA*5,Minute of start of reference period,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",57+NA*5,Second of start of reference period,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(58+NA*5)-(61+NA*5),Sample size of reference period,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",62+NA*5,Number of reference period time range - NR,(see Note 3),165,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,The next three entries are repeated NR times nr=1:NR,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",63+NA*5+(nr-1)*6,Type of statistical processing for time range for reference period,(see Code table 4.102),,4.102,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",64+NA*5+(nr-1)*6,Indicator of unit of time range for reference period,(see Code table 4.4),,4.4,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(65+NA*5+(nr-1)*6)-(68+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +"Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,End of repeated NR sequence,,,,,Operational diff --git a/GRIB2_Template_4_132_ProductDefinitionTemplate_en.csv b/GRIB2_Template_4_132_ProductDefinitionTemplate_en.csv new file mode 100644 index 0000000..bda76de --- /dev/null +++ b/GRIB2_Template_4_132_ProductDefinitionTemplate_en.csv @@ -0,0 +1,38 @@ +Title_en,OctetNo,Contents_en,Note_en,noteIDs,codeTable,flagTable,Status +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",14,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",17,Minutes after reference time of data cut-off,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",24,Scale factor of first fixed surface,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",25-28,Scaled value of first fixed surface,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",30,Scale factor of second fixed surface,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",31-34,Scaled value of second fixed surface,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",35-36,Total number of quantile q,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",37-38,Quantile value (between 0 and q),,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",39,Type of reference dataset,(see Code table 4.100),,4.100,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",40,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",41,Number of additional parameter for reference period - NA,(see Note 2),164,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,The next two entries are repeated NA times na=0:NA - can be 0 times if no parameters are necessary,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",42+(na-1)*5,Scale factor of additional parameter for reference period,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(43+(na-1)*5)-(46+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,End of repeated NA sequence,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(42+NA*5)-(43+NA*5),Year of start of reference period,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",44+NA*5,Month of start of reference period,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",45+NA*5,Day of start of reference period,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",46+NA*5,Hour of start of reference period,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",47+NA*5,Minute of start of reference period,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",48+NA*5,Second of start of reference period,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(49+NA*5)-(52+NA*5),Sample size of reference period,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",53+NA*5,Number of reference period time range - NR,(see Note 3),165,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,The next three entries are repeated NR times nr=1:NR,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",54+NA*5+(nr-1)*6,Type of statistical processing for time range for reference period,(see Code table 4.102),,4.102,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",55+NA*5+(nr-1)*6,Indicator of unit of time range for reference period,(see Code table 4.4),,4.4,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(56+NA*5+(nr-1)*6)-(59+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,End of repeated NR sequence,,,,,Operational diff --git a/GRIB2_Template_4_133_ProductDefinitionTemplate_en.csv b/GRIB2_Template_4_133_ProductDefinitionTemplate_en.csv new file mode 100644 index 0000000..0539116 --- /dev/null +++ b/GRIB2_Template_4_133_ProductDefinitionTemplate_en.csv @@ -0,0 +1,41 @@ +Title_en,OctetNo,Contents_en,Note_en,noteIDs,codeTable,flagTable,Status +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",12-13,Input process identifier,(see Note 1),82,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",16,Type of post-processing,(see Note 3),126,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",18,Background generating process identifier (defined by originating centre),,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",19,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",22,Minutes after reference time of data cut-off,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",29,Scale factor of first fixed surface,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",30-33,Scaled value of first fixed surface,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",35,Scale factor of second fixed surface,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",36-39,Scaled value of second fixed surface,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",40-41,Total number of quantiles (q),,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",42-43,Quantile value (between 0 and q),,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",44,Type of reference dataset,(see Code table 4.100),,4.100,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",45,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",46,Number of additional parameter for reference period - NA,(see Note 6),164,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,The next two entries are repeated NA times na=0:NA - can be 0 times if no parameters are necessary,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",47+(na-1)*5,Scale factor of additional parameter for reference period,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(48+(na-1)*5)-(51+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,End of repeated NA sequence,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(47+NA*5)-(48+NA*5),Year of start of reference period,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",49+NA*5,Month of start of reference period,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",50+NA*5,Day of start of reference period,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",51+NA*5,Hour of start of reference period,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",52+NA*5,Minute of start of reference period,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",53+NA*5,Second of start of reference period,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(54+NA*5)-(57+NA*5),Sample size of reference period,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",58+NA*5,Number of reference period time range - NR,(see Note 7),165,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,The next three entries are repeated NR times nr=1:NR,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",59+NA*5+(nr-1)*6,Type of statistical processing for time range for reference period,(see Code table 4.102),,4.102,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",60+NA*5+(nr-1)*6,Indicator of unit of time range for reference period,(see Code table 4.4),,4.4,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(61+NA*5+(nr-1)*6)-(64+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,End of repeated NR sequence,,,,,Operational diff --git a/GRIB2_Template_4_134_ProductDefinitionTemplate_en.csv b/GRIB2_Template_4_134_ProductDefinitionTemplate_en.csv new file mode 100644 index 0000000..ed98836 --- /dev/null +++ b/GRIB2_Template_4_134_ProductDefinitionTemplate_en.csv @@ -0,0 +1,53 @@ +Title_en,OctetNo,Contents_en,Note_en,noteIDs,codeTable,flagTable,Status +"Quantile forecasts of anomalies, significance and other derived products 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 +"Quantile forecasts of anomalies, significance and other derived products 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 +"Quantile forecasts of anomalies, significance and other derived products 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 +"Quantile forecasts of anomalies, significance and other derived products 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 +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Quantile forecasts of anomalies, significance and other derived products 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 after reference time of data cut-off,(see Note 1),33,,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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 after reference time for data cut-off,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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 +"Quantile forecasts of anomalies, significance and other derived products 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,(see Note 2),111,,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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 +"Quantile forecasts of anomalies, significance and other derived products 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 +"Quantile forecasts of anomalies, significance and other derived products 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 +"Quantile forecasts of anomalies, significance and other derived products 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 +"Quantile forecasts of anomalies, significance and other derived products 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 +"Quantile forecasts of anomalies, significance and other derived products 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 +"Quantile forecasts of anomalies, significance and other derived products 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, Total number of quantiles q,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",51+(nt-1)*12,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 +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",52+(nt-1)*12,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",53+(nt-1)*12,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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-57+(nt-1)*12,Length of the time range over which statistical processing is done in units defined by the previous octet,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",58+(nt-1)*12,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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-62+(nt-1)*12,Time increment between successive fields in units defined by the previous octet,(see Note 3),7,,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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 reference dataset,(see Code table 4.100),,4.100,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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,Number of additional parameter for reference period - NA,(see Note 2),164,,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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 +"Quantile forecasts of anomalies, significance and other derived products 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,Scale factor of additional parameter for reference period,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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-1)*5)-(70+(NT-1)*12+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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 +"Quantile forecasts of anomalies, significance and other derived products 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)-(67+(NT-1)*12+NA*5),Year of start of reference period,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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,Month of start of reference period,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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,Day of start of reference period,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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,Hour of start of reference period,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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,Minute of start of reference period,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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,Second of start of reference period,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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)-(76+(NT-1)*12+NA*5),Sample size of reference period,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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,Number of reference period time range - NR,(see Note 3),165,,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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 +"Quantile forecasts of anomalies, significance and other derived products 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,Type of statistical processing for time range for reference period,(see Code table 4.102),,4.102,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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,Indicator of unit of time range for reference period,(see Code table 4.4),,4.4,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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+(nr-1)*6)-(83+(NT-1)*12+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +"Quantile forecasts of anomalies, significance and other derived products 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 diff --git a/GRIB2_Template_4_135_ProductDefinitionTemplate_en.csv b/GRIB2_Template_4_135_ProductDefinitionTemplate_en.csv new file mode 100644 index 0000000..30374ad --- /dev/null +++ b/GRIB2_Template_4_135_ProductDefinitionTemplate_en.csv @@ -0,0 +1,56 @@ +Title_en,OctetNo,Contents_en,Note_en,noteIDs,codeTable,flagTable,Status +"Post-processed quantile forecasts of anomalies, significance and other derived products 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",56+(nt-1)*12,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 +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",57+(nt-1)*12,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",58+(nt-1)*12,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products 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) - (62+(nt-1)*12),Length of the time range over which statistical processing is done in units defined by the previous octet,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products 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,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products 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) - (67+(nt-1)*12),Time increment between successive fields in units defined by the previous octet,(see Note 6),7,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products 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,Type of reference dataset,(see Code table 4.100),,4.100,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products 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,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products 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,Number of additional parameter for reference period - NA,(see Note 7),164,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products 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-1)*5,Scale factor of additional parameter for reference period,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products 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-1)*5)-(75+(NT-1)*12+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products 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)-(72+(NT-1)*12+NA*5),Year of start of reference period,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products 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,Month of start of reference period,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products 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,Day of start of reference period,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products 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,Hour of start of reference period,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products 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,Minute of start of reference period,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products 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,Second of start of reference period,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products 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)-(81+ (NT-1)*12+NA*5),Sample size of reference period,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products 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,Number of reference period time range - NR,(see Note 8),165,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products 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 +"Post-processed quantile forecasts of anomalies, significance and other derived products 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+(nr-1)*6,Type of statistical processing for time range for reference period,(see Code table 4.102),,4.102,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products 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+(nr-1)*6,Indicator of unit of time range for reference period,(see Code table 4.4),,4.4,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products 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+(nr-1)*6)-(88+(NT-1)*12+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +"Post-processed quantile forecasts of anomalies, significance and other derived products 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 diff --git a/GRIB2_Template_4_136_ProductDefinitionTemplate_en.csv b/GRIB2_Template_4_136_ProductDefinitionTemplate_en.csv new file mode 100644 index 0000000..f191e66 --- /dev/null +++ b/GRIB2_Template_4_136_ProductDefinitionTemplate_en.csv @@ -0,0 +1,57 @@ +Title_en,OctetNo,Contents_en,Note_en,noteIDs,codeTable,flagTable,Status +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",15-16,Hours of observational data cut-off after reference time,(see Note 1),33,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",17,Minutes of observational data cut-off after reference time,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",19-22,Forecast time in units defined by previous octet,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",24,Scale factor of first fixed surface,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",25-28,Scaled value of first fixed surface,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",30,Scale factor of second fixed surface,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",31-34,Scaled value of second fixed surface,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",35,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",36-39,Number of forecasts in ensemble,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",40,Forecast probability number,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",41,Total number of forecast probabilities,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",42,Probability type,(see Code table 4.9),,4.9,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",43,Scale factor of lower limit,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",44-47,Scaled value of lower limit,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",48,Scale factor of upper limit,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",49-52,Scaled value of upper limit,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",53,Type of reference dataset,(see Code table 4.100),,4.100,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",54,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",55,Number of additional parameter for reference period - NA,(see Note 2),164,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",,The next two entries are repeated NA times na=0:NA - can be 0 times if no parameters are necessary,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",56+(na-1)*5,Scale factor of additional parameter for reference period,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",(57+(na-1)*5)-(60+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",,End of repeated NA sequence,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",(56+NA*5)-(57+NA*5),Year of start of reference period,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",58+NA*5,Month of start of reference period,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",59+NA*5,Day of start of reference period,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",60+NA*5,Hour of start of reference period,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",61+NA*5,Minute of start of reference period,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",62+NA*5,Second of start of reference period,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",(63+NA*5)-(66+NA*5),Sample size of reference period,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",67+NA*5,Number of reference period time range - NR,(see Note 3),165,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",,The next three entries are repeated NR times nr=1:NR,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",68+NA*5+(nr-1)*6,Type of statistical processing for time range for reference period,(see Code table 4.102),,4.102,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",69+NA*5+(nr-1)*6,Indicator of unit of time range for reference period,(see Code table 4.4),,4.4,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",(70+NA*5+(nr-1)*6)-(73+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",,End of repeated NR sequence,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",74+NA*5+(nr-1)*6,Spatial vicinity type,(see Code table 4.103),,4.103,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",75+NA*5+(nr-1)*6,Number of spatial vicinity values (NSV),,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",,The next entry repeats nsv=1:NSV times,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",(76+NA*5+(nr-1)*6+(nsv-1)*4)-(79+NA*5+(nr-1)*6+(nsv-1)*4),Spatial vicinity value,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",80+NA*5+(nr-1)*6+(nsv-1)*4,Spatial vicinity processing,(see Code table 4.104),,4.104,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",(81+NA*5+(nr-1)*6+(nsv-1)*4)-(82+NA*5+(nr-1)*6+(nsv-1)*4),"Spatial vicinity processing argument 1 (e.g., if previous is quantile)",,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",(83+NA*5+(nr-1)*6+(nsv-1)*4)-(84+NA*5+(nr-1)*6+(nsv-1)*4),"Spatial vicinity processing argument 2 (e.g., if previous is quantile)",,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",85+NA*5+(nr-1)*6+(nsv-1)*4,Spatial vicinity missing data,(see Code table 4.105),,4.105,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",86+NA*5+(nr-1)*6+(nsv-1)*4,Temporal vicinity processing,(see Code table 4.104),,4.104,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",87+NA*5+(nr-1)*6+(nsv-1)*4,Temporal vicinity unit,(see Code table 4.4),,4.4,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",(88+NA*5+(nr-1)*6+(nsv-1)*4)-(91+NA*5+(nr-1)*6+(nsv-1)*4),Temporal vicinity towards past,,,,,Operational +"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",(92+NA*5+(nr-1)*6+(nsv-1)*4)-(95+NA*5+(nr-1)*6+(nsv-1)*4),Temporal vicinity towards future,,,,,Operational diff --git a/txt/CodeFlag.txt b/txt/CodeFlag.txt index b625967..a54f290 100644 --- a/txt/CodeFlag.txt +++ b/txt/CodeFlag.txt @@ -392,7 +392,16 @@ Code table 4.0 - Product definition template number,,124,,Analysis or forecast a 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,,128,,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 at a point in time,,,,Operational +Code table 4.0 - Product definition template number,,129,,"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 at a point in time",,,,Operational +Code table 4.0 - Product definition template number,,130,,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 at a point in time,,,,Operational +Code table 4.0 - Product definition template number,,131,,Anomalies significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time,,,,Operational +Code table 4.0 - Product definition template number,,132,,"Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,,,Operational +Code table 4.0 - Product definition template number,,133,,"Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,,,Operational +Code table 4.0 - Product definition template number,,134,,"Quantile forecasts of anomalies, significance and other derived products 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,,135,,"Post-processed quantile forecasts of anomalies, significance and other derived products 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,,136,,"Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",,,,Operational +Code table 4.0 - Product definition template number,,137-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 diff --git a/txt/Template.txt b/txt/Template.txt index 70cf49c..f6ce71f 100644 --- a/txt/Template.txt +++ b/txt/Template.txt @@ -3675,6 +3675,398 @@ Product definition template 4.124 - Analysis or forecast at a horizontal level o "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.128 - 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 at a point in time",,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.128 - 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 at a point in time",,End of repeated NA sequence,,,,,Operational +"Product definition template 4.128 - 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 at a point in time",,The next three entries are repeated NR times nr=1:NR,,,,,Operational +"Product definition template 4.128 - 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 at a point in time",,End of repeated NR sequence,,,,,Operational +"Product definition template 4.128 - 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 at a point in time",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.128 - 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 at a point in time",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.128 - 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 at a point in time",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.128 - 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 at a point in time",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.128 - 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 at a point in time",14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.128 - 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 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.128 - 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 at a point in time",17,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.128 - 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 at a point in time",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.128 - 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 at a point in time",19-22,Forecast time in units defined by previous octet,,,,,Operational +"Product definition template 4.128 - 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 at a point in time",23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.128 - 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 at a point in time",24,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.128 - 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 at a point in time",25-28,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.128 - 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 at a point in time",29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.128 - 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 at a point in time",30,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.128 - 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 at a point in time",31-34,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.128 - 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 at a point in time",35,Type of reference dataset,(see Code table 4.100),,4.100,,Operational +"Product definition template 4.128 - 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 at a point in time",36,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"Product definition template 4.128 - 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 at a point in time",37,Number of additional parameter for reference period - NA,(see Note 2),164,,,Operational +"Product definition template 4.128 - 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 at a point in time",38+(na-1)*5,Scale factor of additional parameter for reference period,,,,,Operational +"Product definition template 4.128 - 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 at a point in time",(38+NA*5)-(39+NA*5),Year of start of reference period,,,,,Operational +"Product definition template 4.128 - 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 at a point in time",(39+(na-1)*5)-(42+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"Product definition template 4.128 - 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 at a point in time",40+NA*5,Month of start of reference period,,,,,Operational +"Product definition template 4.128 - 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 at a point in time",41+NA*5,Day of start of reference period,,,,,Operational +"Product definition template 4.128 - 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 at a point in time",42+NA*5,Hour of start of reference period,,,,,Operational +"Product definition template 4.128 - 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 at a point in time",43+NA*5,Minute of start of reference period,,,,,Operational +"Product definition template 4.128 - 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 at a point in time",44+NA*5,Second of start of reference period,,,,,Operational +"Product definition template 4.128 - 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 at a point in time",(45+NA*5)-(48+NA*5),Sample size of reference period,,,,,Operational +"Product definition template 4.128 - 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 at a point in time",49+NA*5,Number of reference period time range - NR,(see Note 3),165,,,Operational +"Product definition template 4.128 - 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 at a point in time",50+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.128 - 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 at a point in time",51+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.128 - 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 at a point in time",(52+NA*5+(nr-1)*6)-(55+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +"Product definition template 4.129 - 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 at a point in time",,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.129 - 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 at a point in time",,End of repeated NA sequence,,,,,Operational +"Product definition template 4.129 - 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 at a point in time",,The next three entries are repeated NR times nr=1:NR,,,,,Operational +"Product definition template 4.129 - 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 at a point in time",,End of repeated NR sequence,,,,,Operational +"Product definition template 4.129 - 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 at a point in time",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.129 - 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 at a point in time",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.129 - 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 at a point in time",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.129 - 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 at a point in time",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.129 - 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 at a point in time",14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.129 - 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 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.129 - 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 at a point in time",17,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.129 - 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 at a point in time",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.129 - 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 at a point in time",19-22,Forecast time in units defined by previous octet,,,,,Operational +"Product definition template 4.129 - 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 at a point in time",23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.129 - 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 at a point in time",24,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.129 - 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 at a point in time",25-28,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.129 - 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 at a point in time",29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.129 - 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 at a point in time",30,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.129 - 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 at a point in time",31-34,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.129 - 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 at a point in time",35,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.129 - 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 at a point in time",36,Perturbation number,,,,,Operational +"Product definition template 4.129 - 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 at a point in time",37,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.129 - 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 at a point in time",38,Type of reference dataset,(see Code table 4.100),,4.100,,Operational +"Product definition template 4.129 - 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 at a point in time",39,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"Product definition template 4.129 - 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 at a point in time",40,Number of additional parameter for reference period - NA,(see Note 2),164,,,Operational +"Product definition template 4.129 - 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 at a point in time",41+(na-1)*5,Scale factor of additional parameter for reference period,,,,,Operational +"Product definition template 4.129 - 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 at a point in time",(41+NA*5)-(42+NA*5),Year of start of reference period,,,,,Operational +"Product definition template 4.129 - 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 at a point in time",(42+(na-1)*5)-(45+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"Product definition template 4.129 - 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 at a point in time",43+NA*5,Month of start of reference period,,,,,Operational +"Product definition template 4.129 - 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 at a point in time",44+NA*5,Day of start of reference period,,,,,Operational +"Product definition template 4.129 - 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 at a point in time",45+NA*5,Hour of start of reference period,,,,,Operational +"Product definition template 4.129 - 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 at a point in time",46+NA*5,Minute of start of reference period,,,,,Operational +"Product definition template 4.129 - 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 at a point in time",47+NA*5,Second of start of reference period,,,,,Operational +"Product definition template 4.129 - 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 at a point in time",(48+NA*5)-(51+NA*5),Sample size of reference period,,,,,Operational +"Product definition template 4.129 - 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 at a point in time",52+NA*5,Number of reference period time range - NR,(see Note 3),165,,,Operational +"Product definition template 4.129 - 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 at a point in time",53+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.129 - 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 at a point in time",54+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.129 - 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 at a point in time",(55+NA*5+(nr-1)*6)-(58+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +"Product definition template 4.130 - 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 at a point in time",,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.130 - 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 at a point in time",,End of repeated NA sequence,,,,,Operational +"Product definition template 4.130 - 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 at a point in time",,The next three entries are repeated NR times nr=1:NR,,,,,Operational +"Product definition template 4.130 - 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 at a point in time",,End of repeated NR sequence,,,,,Operational +"Product definition template 4.130 - 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 at a point in time",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.130 - 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 at a point in time",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.130 - 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 at a point in time",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.130 - 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 at a point in time",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.130 - 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 at a point in time",14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.130 - 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 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.130 - 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 at a point in time",17,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.130 - 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 at a point in time",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.130 - 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 at a point in time",19-22,Forecast time in units defined by previous octet,,,,,Operational +"Product definition template 4.130 - 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 at a point in time",23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.130 - 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 at a point in time",24,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.130 - 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 at a point in time",25-28,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.130 - 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 at a point in time",29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.130 - 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 at a point in time",30,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.130 - 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 at a point in time",31-34,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.130 - 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 at a point in time",35,Derived forecast,(see Code table 4.7),,4.7,,Operational +"Product definition template 4.130 - 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 at a point in time",36,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.130 - 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 at a point in time",37,Type of reference dataset,(see Code table 4.100),,4.100,,Operational +"Product definition template 4.130 - 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 at a point in time",38,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"Product definition template 4.130 - 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 at a point in time",39,Number of additional parameter for reference period - NA,(see Note 2),164,,,Operational +"Product definition template 4.130 - 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 at a point in time",40+(na-1)*5,Scale factor of additional parameter for reference period,,,,,Operational +"Product definition template 4.130 - 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 at a point in time",(40+NA*5)-(41+NA*5),Year of start of reference period,,,,,Operational +"Product definition template 4.130 - 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 at a point in time",(41+(na-1)*5)-(44+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"Product definition template 4.130 - 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 at a point in time",42+NA*5,Month of start of reference period,,,,,Operational +"Product definition template 4.130 - 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 at a point in time",43+NA*5,Day of start of reference period,,,,,Operational +"Product definition template 4.130 - 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 at a point in time",44+NA*5,Hour of start of reference period,,,,,Operational +"Product definition template 4.130 - 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 at a point in time",45+NA*5,Minute of start of reference period,,,,,Operational +"Product definition template 4.130 - 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 at a point in time",46+NA*5,Second of start of reference period,,,,,Operational +"Product definition template 4.130 - 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 at a point in time",(47+NA*5)-(50+NA*5),Sample size of reference period,,,,,Operational +"Product definition template 4.130 - 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 at a point in time",51+NA*5,Number of reference period time range - NR,(see Note 3),165,,,Operational +"Product definition template 4.130 - 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 at a point in time",52+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.130 - 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 at a point in time",53+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.130 - 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 at a point in time",(54+NA*5+(nr-1)*6)-(57+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +"Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,End of repeated NA sequence,,,,,Operational +"Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,The next three entries are repeated NR times nr=1:NR,,,,,Operational +"Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,End of repeated NR sequence,,,,,Operational +"Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",19-22,Forecast time in units defined by previous octet,,,,,Operational +"Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",35,Forecast probability number,,,,,Operational +"Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",48,Type of reference dataset,(see Code table 4.100),,4.100,,Operational +"Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",49,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",50,Number of additional parameter for reference period - NA,(see Note 2),164,,,Operational +"Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",51+(na-1)*5,Scale factor of additional parameter for reference period,,,,,Operational +"Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(51+NA*5)-(52+NA*5),Year of start of reference period,,,,,Operational +"Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(52+(na-1)*5)-(55+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",53+NA*5,Month of start of reference period,,,,,Operational +"Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",54+NA*5,Day of start of reference period,,,,,Operational +"Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",55+NA*5,Hour of start of reference period,,,,,Operational +"Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",56+NA*5,Minute of start of reference period,,,,,Operational +"Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",57+NA*5,Second of start of reference period,,,,,Operational +"Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(58+NA*5)-(61+NA*5),Sample size of reference period,,,,,Operational +"Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",62+NA*5,Number of reference period time range - NR,(see Note 3),165,,,Operational +"Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",63+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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",64+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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(65+NA*5+(nr-1)*6)-(68+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +"Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,End of repeated NA sequence,,,,,Operational +"Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,The next three entries are repeated NR times nr=1:NR,,,,,Operational +"Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,End of repeated NR sequence,,,,,Operational +"Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",39,Type of reference dataset,(see Code table 4.100),,4.100,,Operational +"Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",40,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",41,Number of additional parameter for reference period - NA,(see Note 2),164,,,Operational +"Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",42+(na-1)*5,Scale factor of additional parameter for reference period,,,,,Operational +"Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(42+NA*5)-(43+NA*5),Year of start of reference period,,,,,Operational +"Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(43+(na-1)*5)-(46+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",44+NA*5,Month of start of reference period,,,,,Operational +"Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",45+NA*5,Day of start of reference period,,,,,Operational +"Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",46+NA*5,Hour of start of reference period,,,,,Operational +"Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",47+NA*5,Minute of start of reference period,,,,,Operational +"Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",48+NA*5,Second of start of reference period,,,,,Operational +"Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(49+NA*5)-(52+NA*5),Sample size of reference period,,,,,Operational +"Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",53+NA*5,Number of reference period time range - NR,(see Note 3),165,,,Operational +"Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",54+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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",55+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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(56+NA*5+(nr-1)*6)-(59+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +"Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,End of repeated NA sequence,,,,,Operational +"Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,The next three entries are repeated NR times nr=1:NR,,,,,Operational +"Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",,End of repeated NR sequence,,,,,Operational +"Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",44,Type of reference dataset,(see Code table 4.100),,4.100,,Operational +"Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",45,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",46,Number of additional parameter for reference period - NA,(see Note 6),164,,,Operational +"Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",47+(na-1)*5,Scale factor of additional parameter for reference period,,,,,Operational +"Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(47+NA*5)-(48+NA*5),Year of start of reference period,,,,,Operational +"Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(48+(na-1)*5)-(51+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",49+NA*5,Month of start of reference period,,,,,Operational +"Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",50+NA*5,Day of start of reference period,,,,,Operational +"Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",51+NA*5,Hour of start of reference period,,,,,Operational +"Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",52+NA*5,Minute of start of reference period,,,,,Operational +"Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",53+NA*5,Second of start of reference period,,,,,Operational +"Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(54+NA*5)-(57+NA*5),Sample size of reference period,,,,,Operational +"Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",58+NA*5,Number of reference period time range - NR,(see Note 7),165,,,Operational +"Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",59+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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",60+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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time",(61+NA*5+(nr-1)*6)-(64+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products 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 after reference time of data cut-off,(see Note 1),33,,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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 after reference time for data cut-off,,,,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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,(see Note 2),111,,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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, Total number of quantiles q,,,,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",51+(nt-1)*12,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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",52+(nt-1)*12,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",53+(nt-1)*12,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.134 - Quantile forecasts of anomalies, significance and other derived products 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-57+(nt-1)*12,Length of the time range over which statistical processing is done in units defined by the previous octet,,,,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",58+(nt-1)*12,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.134 - Quantile forecasts of anomalies, significance and other derived products 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-62+(nt-1)*12,Time increment between successive fields in units defined by the previous octet,(see Note 3),7,,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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 reference dataset,(see Code table 4.100),,4.100,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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,Number of additional parameter for reference period - NA,(see Note 2),164,,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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,Scale factor of additional parameter for reference period,,,,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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)-(67+(NT-1)*12+NA*5),Year of start of reference period,,,,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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-1)*5)-(70+(NT-1)*12+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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,Month of start of reference period,,,,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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,Day of start of reference period,,,,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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,Hour of start of reference period,,,,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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,Minute of start of reference period,,,,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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,Second of start of reference period,,,,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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)-(76+(NT-1)*12+NA*5),Sample size of reference period,,,,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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,Number of reference period time range - NR,(see Note 3),165,,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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,Type of statistical processing for time range for reference period,(see Code table 4.102),,4.102,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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,Indicator of unit of time range for reference period,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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+(nr-1)*6)-(83+(NT-1)*12+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +"Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",56+(nt-1)*12,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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",57+(nt-1)*12,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",58+(nt-1)*12,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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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) - (62+(nt-1)*12),Length of the time range over which statistical processing is done in units defined by the previous octet,,,,,Operational +"Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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,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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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) - (67+(nt-1)*12),Time increment between successive fields in units defined by the previous octet,(see Note 6),7,,,Operational +"Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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,Type of reference dataset,(see Code table 4.100),,4.100,,Operational +"Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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,Number of additional parameter for reference period - NA,(see Note 7),164,,,Operational +"Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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-1)*5,Scale factor of additional parameter for reference period,,,,,Operational +"Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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)-(72+(NT-1)*12+NA*5),Year of start of reference period,,,,,Operational +"Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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-1)*5)-(75+(NT-1)*12+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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,Month of start of reference period,,,,,Operational +"Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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,Day of start of reference period,,,,,Operational +"Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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,Hour of start of reference period,,,,,Operational +"Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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,Minute of start of reference period,,,,,Operational +"Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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,Second of start of reference period,,,,,Operational +"Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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)-(81+ (NT-1)*12+NA*5),Sample size of reference period,,,,,Operational +"Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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,Number of reference period time range - NR,(see Note 8),165,,,Operational +"Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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+(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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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+(nr-1)*6,Indicator of unit of time range for reference period,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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+(nr-1)*6)-(88+(NT-1)*12+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",,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.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",,End of repeated NA sequence,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",,The next three entries are repeated NR times nr=1:NR,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",,End of repeated NR sequence,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",,The next entry repeats nsv=1:NSV times,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in 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.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",17,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",19-22,Forecast time in units defined by previous octet,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",24,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",25-28,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",30,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",31-34,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",35,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",36-39,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",40,Forecast probability number,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",41,Total number of forecast probabilities,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",42,Probability type,(see Code table 4.9),,4.9,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",43,Scale factor of lower limit,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",44-47,Scaled value of lower limit,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",48,Scale factor of upper limit,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",49-52,Scaled value of upper limit,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",53,Type of reference dataset,(see Code table 4.100),,4.100,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",54,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",55,Number of additional parameter for reference period - NA,(see Note 2),164,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",56+(na-1)*5,Scale factor of additional parameter for reference period,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",(56+NA*5)-(57+NA*5),Year of start of reference period,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",(57+(na-1)*5)-(60+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",58+NA*5,Month of start of reference period,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",59+NA*5,Day of start of reference period,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",60+NA*5,Hour of start of reference period,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",61+NA*5,Minute of start of reference period,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",62+NA*5,Second of start of reference period,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",(63+NA*5)-(66+NA*5),Sample size of reference period,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",67+NA*5,Number of reference period time range - NR,(see Note 3),165,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",68+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.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",69+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.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",(70+NA*5+(nr-1)*6)-(73+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",74+NA*5+(nr-1)*6,Spatial vicinity type,(see Code table 4.103),,4.103,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",75+NA*5+(nr-1)*6,Number of spatial vicinity values (NSV),,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",(76+NA*5+(nr-1)*6+(nsv-1)*4)-(79+NA*5+(nr-1)*6+(nsv-1)*4),Spatial vicinity value,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",80+NA*5+(nr-1)*6+(nsv-1)*4,Spatial vicinity processing,(see Code table 4.104),,4.104,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",(81+NA*5+(nr-1)*6+(nsv-1)*4)-(82+NA*5+(nr-1)*6+(nsv-1)*4),"Spatial vicinity processing argument 1 (e.g., if previous is quantile)",,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",(83+NA*5+(nr-1)*6+(nsv-1)*4)-(84+NA*5+(nr-1)*6+(nsv-1)*4),"Spatial vicinity processing argument 2 (e.g., if previous is quantile)",,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",85+NA*5+(nr-1)*6+(nsv-1)*4,Spatial vicinity missing data,(see Code table 4.105),,4.105,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",86+NA*5+(nr-1)*6+(nsv-1)*4,Temporal vicinity processing,(see Code table 4.104),,4.104,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",87+NA*5+(nr-1)*6+(nsv-1)*4,Temporal vicinity unit,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",(88+NA*5+(nr-1)*6+(nsv-1)*4)-(91+NA*5+(nr-1)*6+(nsv-1)*4),Temporal vicinity towards past,,,,,Operational +"Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time",(92+NA*5+(nr-1)*6+(nsv-1)*4)-(95+NA*5+(nr-1)*6+(nsv-1)*4),Temporal vicinity towards future,,,,,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 diff --git a/xml/CodeFlag.xml b/xml/CodeFlag.xml index 7029b7e..970ee62 100644 --- a/xml/CodeFlag.xml +++ b/xml/CodeFlag.xml @@ -2360,7 +2360,61 @@ Code table 4.0 - Product definition template number - 128-253 + 128 + 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 at a point in time + Operational + + + Code table 4.0 - Product definition template number + 129 + 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 at a point in time + Operational + + + Code table 4.0 - Product definition template number + 130 + 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 at a point in time + Operational + + + Code table 4.0 - Product definition template number + 131 + Anomalies significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + Operational + + + Code table 4.0 - Product definition template number + 132 + Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + Operational + + + Code table 4.0 - Product definition template number + 133 + Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + Operational + + + Code table 4.0 - Product definition template number + 134 + Quantile forecasts of anomalies, significance and other derived products 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 + 135 + Post-processed quantile forecasts of anomalies, significance and other derived products 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 + 136 + Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + Operational + + + Code table 4.0 - Product definition template number + 137-253 Reserved Operational diff --git a/xml/Template.xml b/xml/Template.xml index f83e0c9..2fdb5c7 100644 --- a/xml/Template.xml +++ b/xml/Template.xml @@ -36760,6 +36760,3926 @@ Operational + + Product definition template 4.128 - 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 at a point in time + + 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.128 - 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 at a point in time + + End of repeated NA sequence + + + + + Operational + + + Product definition template 4.128 - 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 at a point in time + + The next three entries are repeated NR times nr=1:NR + + + + + Operational + + + Product definition template 4.128 - 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 at a point in time + + End of repeated NR sequence + + + + + Operational + + + Product definition template 4.128 - 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 at a point in time + 10 + Parameter category + (see Code table 4.1) + + 4.1 + + Operational + + + Product definition template 4.128 - 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 at a point in time + 11 + Parameter number + (see Code table 4.2) + + 4.2 + + Operational + + + Product definition template 4.128 - 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 at a point in time + 12 + Type of generating process + (see Code table 4.3) + + 4.3 + + Operational + + + Product definition template 4.128 - 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 at a point in time + 13 + Background generating process identifier (defined by originating centre) + + + + + Operational + + + Product definition template 4.128 - 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 at a point in time + 14 + Analysis or forecast generating process identifier (defined by originating centre) + + + + + Operational + + + Product definition template 4.128 - 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 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.128 - 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 at a point in time + 17 + Minutes of observational data cut-off after reference time + + + + + Operational + + + Product definition template 4.128 - 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 at a point in time + 18 + Indicator of unit of time range + (see Code table 4.4) + + 4.4 + + Operational + + + Product definition template 4.128 - 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 at a point in time + 19-22 + Forecast time in units defined by previous octet + + + + + Operational + + + Product definition template 4.128 - 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 at a point in time + 23 + Type of first fixed surface + (see Code table 4.5) + + 4.5 + + Operational + + + Product definition template 4.128 - 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 at a point in time + 24 + Scale factor of first fixed surface + + + + + Operational + + + Product definition template 4.128 - 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 at a point in time + 25-28 + Scaled value of first fixed surface + + + + + Operational + + + Product definition template 4.128 - 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 at a point in time + 29 + Type of second fixed surface + (see Code table 4.5) + + 4.5 + + Operational + + + Product definition template 4.128 - 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 at a point in time + 30 + Scale factor of second fixed surface + + + + + Operational + + + Product definition template 4.128 - 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 at a point in time + 31-34 + Scaled value of second fixed surface + + + + + Operational + + + Product definition template 4.128 - 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 at a point in time + 35 + Type of reference dataset + (see Code table 4.100) + + 4.100 + + Operational + + + Product definition template 4.128 - 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 at a point in time + 36 + Type of relation to reference dataset + (see Code table 4.101) + + 4.101 + + Operational + + + Product definition template 4.128 - 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 at a point in time + 37 + Number of additional parameter for reference period - NA + (see Note 2) + 164 + + + Operational + + + Product definition template 4.128 - 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 at a point in time + 38+(na-1)*5 + Scale factor of additional parameter for reference period + + + + + Operational + + + Product definition template 4.128 - 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 at a point in time + (38+NA*5)-(39+NA*5) + Year of start of reference period + + + + + Operational + + + Product definition template 4.128 - 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 at a point in time + (39+(na-1)*5)-(42+(na-1)*5) + Scaled value of additional parameter for reference period + + + + + Operational + + + Product definition template 4.128 - 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 at a point in time + 40+NA*5 + Month of start of reference period + + + + + Operational + + + Product definition template 4.128 - 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 at a point in time + 41+NA*5 + Day of start of reference period + + + + + Operational + + + Product definition template 4.128 - 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 at a point in time + 42+NA*5 + Hour of start of reference period + + + + + Operational + + + Product definition template 4.128 - 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 at a point in time + 43+NA*5 + Minute of start of reference period + + + + + Operational + + + Product definition template 4.128 - 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 at a point in time + 44+NA*5 + Second of start of reference period + + + + + Operational + + + Product definition template 4.128 - 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 at a point in time + (45+NA*5)-(48+NA*5) + Sample size of reference period + + + + + Operational + + + Product definition template 4.128 - 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 at a point in time + 49+NA*5 + Number of reference period time range - NR + (see Note 3) + 165 + + + Operational + + + Product definition template 4.128 - 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 at a point in time + 50+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.128 - 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 at a point in time + 51+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.128 - 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 at a point in time + (52+NA*5+(nr-1)*6)-(55+NA*5+(nr-1)*6) + Length of time range for reference period + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + + 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.129 - 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 at a point in time + + End of repeated NA sequence + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + + The next three entries are repeated NR times nr=1:NR + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + + End of repeated NR sequence + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + 10 + Parameter category + (see Code table 4.1) + + 4.1 + + Operational + + + Product definition template 4.129 - 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 at a point in time + 11 + Parameter number + (see Code table 4.2) + + 4.2 + + Operational + + + Product definition template 4.129 - 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 at a point in time + 12 + Type of generating process + (see Code table 4.3) + + 4.3 + + Operational + + + Product definition template 4.129 - 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 at a point in time + 13 + Background generating process identifier (defined by originating centre) + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + 14 + Analysis or forecast generating process identifier (defined by originating centre) + + + + + Operational + + + Product definition template 4.129 - 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 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.129 - 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 at a point in time + 17 + Minutes of observational data cut-off after reference time + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + 18 + Indicator of unit of time range + (see Code table 4.4) + + 4.4 + + Operational + + + Product definition template 4.129 - 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 at a point in time + 19-22 + Forecast time in units defined by previous octet + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + 23 + Type of first fixed surface + (see Code table 4.5) + + 4.5 + + Operational + + + Product definition template 4.129 - 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 at a point in time + 24 + Scale factor of first fixed surface + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + 25-28 + Scaled value of first fixed surface + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + 29 + Type of second fixed surface + (see Code table 4.5) + + 4.5 + + Operational + + + Product definition template 4.129 - 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 at a point in time + 30 + Scale factor of second fixed surface + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + 31-34 + Scaled value of second fixed surface + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + 35 + Type of ensemble forecast + (see Code table 4.6) + + 4.6 + + Operational + + + Product definition template 4.129 - 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 at a point in time + 36 + Perturbation number + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + 37 + Number of forecasts in ensemble + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + 38 + Type of reference dataset + (see Code table 4.100) + + 4.100 + + Operational + + + Product definition template 4.129 - 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 at a point in time + 39 + Type of relation to reference dataset + (see Code table 4.101) + + 4.101 + + Operational + + + Product definition template 4.129 - 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 at a point in time + 40 + Number of additional parameter for reference period - NA + (see Note 2) + 164 + + + Operational + + + Product definition template 4.129 - 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 at a point in time + 41+(na-1)*5 + Scale factor of additional parameter for reference period + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + (41+NA*5)-(42+NA*5) + Year of start of reference period + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + (42+(na-1)*5)-(45+(na-1)*5) + Scaled value of additional parameter for reference period + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + 43+NA*5 + Month of start of reference period + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + 44+NA*5 + Day of start of reference period + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + 45+NA*5 + Hour of start of reference period + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + 46+NA*5 + Minute of start of reference period + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + 47+NA*5 + Second of start of reference period + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + (48+NA*5)-(51+NA*5) + Sample size of reference period + + + + + Operational + + + Product definition template 4.129 - 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 at a point in time + 52+NA*5 + Number of reference period time range - NR + (see Note 3) + 165 + + + Operational + + + Product definition template 4.129 - 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 at a point in time + 53+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.129 - 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 at a point in time + 54+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.129 - 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 at a point in time + (55+NA*5+(nr-1)*6)-(58+NA*5+(nr-1)*6) + Length of time range for reference period + + + + + Operational + + + Product definition template 4.130 - 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 at a point in time + + 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.130 - 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 at a point in time + + End of repeated NA sequence + + + + + Operational + + + Product definition template 4.130 - 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 at a point in time + + The next three entries are repeated NR times nr=1:NR + + + + + Operational + + + Product definition template 4.130 - 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 at a point in time + + End of repeated NR sequence + + + + + Operational + + + Product definition template 4.130 - 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 at a point in time + 10 + Parameter category + (see Code table 4.1) + + 4.1 + + Operational + + + Product definition template 4.130 - 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 at a point in time + 11 + Parameter number + (see Code table 4.2) + + 4.2 + + Operational + + + Product definition template 4.130 - 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 at a point in time + 12 + Type of generating process + (see Code table 4.3) + + 4.3 + + Operational + + + Product definition template 4.130 - 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 at a point in time + 13 + Background generating process identifier (defined by originating centre) + + + + + Operational + + + Product definition template 4.130 - 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 at a point in time + 14 + Analysis or forecast generating process identifier (defined by originating centre) + + + + + Operational + + + Product definition template 4.130 - 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 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.130 - 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 at a point in time + 17 + Minutes of observational data cut-off after reference time + + + + + Operational + + + Product definition template 4.130 - 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 at a point in time + 18 + Indicator of unit of time range + (see Code table 4.4) + + 4.4 + + Operational + + + Product definition template 4.130 - 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 at a point in time + 19-22 + Forecast time in units defined by previous octet + + + + + Operational + + + Product definition template 4.130 - 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 at a point in time + 23 + Type of first fixed surface + (see Code table 4.5) + + 4.5 + + Operational + + + Product definition template 4.130 - 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 at a point in time + 24 + Scale factor of first fixed surface + + + + + Operational + + + Product definition template 4.130 - 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 at a point in time + 25-28 + Scaled value of first fixed surface + + + + + Operational + + + Product definition template 4.130 - 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 at a point in time + 29 + Type of second fixed surface + (see Code table 4.5) + + 4.5 + + Operational + + + Product definition template 4.130 - 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 at a point in time + 30 + Scale factor of second fixed surface + + + + + Operational + + + Product definition template 4.130 - 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 at a point in time + 31-34 + Scaled value of second fixed surface + + + + + Operational + + + Product definition template 4.130 - 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 at a point in time + 35 + Derived forecast + (see Code table 4.7) + + 4.7 + + Operational + + + Product definition template 4.130 - 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 at a point in time + 36 + Number of forecasts in ensemble + + + + + Operational + + + Product definition template 4.130 - 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 at a point in time + 37 + Type of reference dataset + (see Code table 4.100) + + 4.100 + + Operational + + + Product definition template 4.130 - 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 at a point in time + 38 + Type of relation to reference dataset + (see Code table 4.101) + + 4.101 + + Operational + + + Product definition template 4.130 - 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 at a point in time + 39 + Number of additional parameter for reference period - NA + (see Note 2) + 164 + + + Operational + + + Product definition template 4.130 - 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 at a point in time + 40+(na-1)*5 + Scale factor of additional parameter for reference period + + + + + Operational + + + Product definition template 4.130 - 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 at a point in time + (40+NA*5)-(41+NA*5) + Year of start of reference period + + + + + Operational + + + Product definition template 4.130 - 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 at a point in time + (41+(na-1)*5)-(44+(na-1)*5) + Scaled value of additional parameter for reference period + + + + + Operational + + + Product definition template 4.130 - 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 at a point in time + 42+NA*5 + Month of start of reference period + + + + + Operational + + + Product definition template 4.130 - 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 at a point in time + 43+NA*5 + Day of start of reference period + + + + + Operational + + + Product definition template 4.130 - 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 at a point in time + 44+NA*5 + Hour of start of reference period + + + + + Operational + + + Product definition template 4.130 - 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 at a point in time + 45+NA*5 + Minute of start of reference period + + + + + Operational + + + Product definition template 4.130 - 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 at a point in time + 46+NA*5 + Second of start of reference period + + + + + Operational + + + Product definition template 4.130 - 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 at a point in time + (47+NA*5)-(50+NA*5) + Sample size of reference period + + + + + Operational + + + Product definition template 4.130 - 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 at a point in time + 51+NA*5 + Number of reference period time range - NR + (see Note 3) + 165 + + + Operational + + + Product definition template 4.130 - 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 at a point in time + 52+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.130 - 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 at a point in time + 53+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.130 - 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 at a point in time + (54+NA*5+(nr-1)*6)-(57+NA*5+(nr-1)*6) + Length of time range for reference period + + + + + Operational + + + Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + + 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + + End of repeated NA sequence + + + + + Operational + + + Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + + The next three entries are repeated NR times nr=1:NR + + + + + Operational + + + Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + + End of repeated NR sequence + + + + + Operational + + + Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 19-22 + Forecast time in units defined by previous octet + + + + + Operational + + + Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 35 + Forecast probability number + + + + + Operational + + + Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period 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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 48 + Type of reference dataset + (see Code table 4.100) + + 4.100 + + Operational + + + Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 49 + Type of relation to reference dataset + (see Code table 4.101) + + 4.101 + + Operational + + + Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 50 + Number of additional parameter for reference period - NA + (see Note 2) + 164 + + + Operational + + + Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 51+(na-1)*5 + Scale factor of additional parameter for reference period + + + + + Operational + + + Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + (51+NA*5)-(52+NA*5) + Year of start of reference period + + + + + Operational + + + Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + (52+(na-1)*5)-(55+(na-1)*5) + Scaled value of additional parameter for reference period + + + + + Operational + + + Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 53+NA*5 + Month of start of reference period + + + + + Operational + + + Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 54+NA*5 + Day of start of reference period + + + + + Operational + + + Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 55+NA*5 + Hour of start of reference period + + + + + Operational + + + Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 56+NA*5 + Minute of start of reference period + + + + + Operational + + + Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 57+NA*5 + Second of start of reference period + + + + + Operational + + + Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + (58+NA*5)-(61+NA*5) + Sample size of reference period + + + + + Operational + + + Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 62+NA*5 + Number of reference period time range - NR + (see Note 3) + 165 + + + Operational + + + Product definition template 4.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 63+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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 64+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.131 - Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + (65+NA*5+(nr-1)*6)-(68+NA*5+(nr-1)*6) + Length of time range for reference period + + + + + Operational + + + Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + + 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + + End of repeated NA sequence + + + + + Operational + + + Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + + The next three entries are repeated NR times nr=1:NR + + + + + Operational + + + Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + + End of repeated NR sequence + + + + + Operational + + + Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 39 + Type of reference dataset + (see Code table 4.100) + + 4.100 + + Operational + + + Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 40 + Type of relation to reference dataset + (see Code table 4.101) + + 4.101 + + Operational + + + Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 41 + Number of additional parameter for reference period - NA + (see Note 2) + 164 + + + Operational + + + Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 42+(na-1)*5 + Scale factor of additional parameter for reference period + + + + + Operational + + + Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + (42+NA*5)-(43+NA*5) + Year of start of reference period + + + + + Operational + + + Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + (43+(na-1)*5)-(46+(na-1)*5) + Scaled value of additional parameter for reference period + + + + + Operational + + + Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 44+NA*5 + Month of start of reference period + + + + + Operational + + + Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 45+NA*5 + Day of start of reference period + + + + + Operational + + + Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 46+NA*5 + Hour of start of reference period + + + + + Operational + + + Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 47+NA*5 + Minute of start of reference period + + + + + Operational + + + Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 48+NA*5 + Second of start of reference period + + + + + Operational + + + Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + (49+NA*5)-(52+NA*5) + Sample size of reference period + + + + + Operational + + + Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 53+NA*5 + Number of reference period time range - NR + (see Note 3) + 165 + + + Operational + + + Product definition template 4.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 54+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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 55+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.132 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + (56+NA*5+(nr-1)*6)-(59+NA*5+(nr-1)*6) + Length of time range for reference period + + + + + Operational + + + Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + + 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + + End of repeated NA sequence + + + + + Operational + + + Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + + The next three entries are repeated NR times nr=1:NR + + + + + Operational + + + Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + + End of repeated NR sequence + + + + + Operational + + + Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 44 + Type of reference dataset + (see Code table 4.100) + + 4.100 + + Operational + + + Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 45 + Type of relation to reference dataset + (see Code table 4.101) + + 4.101 + + Operational + + + Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 46 + Number of additional parameter for reference period - NA + (see Note 6) + 164 + + + Operational + + + Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 47+(na-1)*5 + Scale factor of additional parameter for reference period + + + + + Operational + + + Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + (47+NA*5)-(48+NA*5) + Year of start of reference period + + + + + Operational + + + Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + (48+(na-1)*5)-(51+(na-1)*5) + Scaled value of additional parameter for reference period + + + + + Operational + + + Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 49+NA*5 + Month of start of reference period + + + + + Operational + + + Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 50+NA*5 + Day of start of reference period + + + + + Operational + + + Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 51+NA*5 + Hour of start of reference period + + + + + Operational + + + Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 52+NA*5 + Minute of start of reference period + + + + + Operational + + + Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 53+NA*5 + Second of start of reference period + + + + + Operational + + + Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + (54+NA*5)-(57+NA*5) + Sample size of reference period + + + + + Operational + + + Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 58+NA*5 + Number of reference period time range - NR + (see Note 7) + 165 + + + Operational + + + Product definition template 4.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 59+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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + 60+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.133 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer at a point in time + (61+NA*5+(nr-1)*6)-(64+NA*5+(nr-1)*6) + Length of time range for reference period + + + + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products 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 after reference time of data cut-off + (see Note 1) + 33 + + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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 after reference time for data cut-off + + + + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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 + (see Note 2) + 111 + + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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.134 - Quantile forecasts of anomalies, significance and other derived products 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 + Total number of quantiles q + + + + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval + 51+(nt-1)*12 + 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.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval + 52+(nt-1)*12 + Type of time increment between successive fields used in the statistical processing + (see Code table 4.11) + + 4.11 + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval + 53+(nt-1)*12 + 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.134 - Quantile forecasts of anomalies, significance and other derived products 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-57+(nt-1)*12 + Length of the time range over which statistical processing is done in units defined by the previous octet + + + + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval + 58+(nt-1)*12 + 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.134 - Quantile forecasts of anomalies, significance and other derived products 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-62+(nt-1)*12 + Time increment between successive fields in units defined by the previous octet + (see Note 3) + 7 + + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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 reference dataset + (see Code table 4.100) + + 4.100 + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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 + Type of relation to reference dataset + (see Code table 4.101) + + 4.101 + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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 + Number of additional parameter for reference period - NA + (see Note 2) + 164 + + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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 + Scale factor of additional parameter for reference period + + + + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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)-(67+(NT-1)*12+NA*5) + Year of start of reference period + + + + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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-1)*5)-(70+(NT-1)*12+(na-1)*5) + Scaled value of additional parameter for reference period + + + + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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 + Month of start of reference period + + + + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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 + Day of start of reference period + + + + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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 + Hour of start of reference period + + + + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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 + Minute of start of reference period + + + + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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 + Second of start of reference period + + + + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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)-(76+(NT-1)*12+NA*5) + Sample size of reference period + + + + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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 + Number of reference period time range - NR + (see Note 3) + 165 + + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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 + Type of statistical processing for time range for reference period + (see Code table 4.102) + + 4.102 + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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 + Indicator of unit of time range for reference period + (see Code table 4.4) + + 4.4 + + Operational + + + Product definition template 4.134 - Quantile forecasts of anomalies, significance and other derived products 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+(nr-1)*6)-(83+(NT-1)*12+NA*5+(nr-1)*6) + Length of time range for reference period + + + + + Operational + + + Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval + 56+(nt-1)*12 + 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval + 57+(nt-1)*12 + Type of time increment between successive fields used in the statistical processing + (see Code table 4.11) + + 4.11 + + Operational + + + Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval + 58+(nt-1)*12 + 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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) - (62+(nt-1)*12) + Length of the time range over which statistical processing is done in units defined by the previous octet + + + + + Operational + + + Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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 + 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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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) - (67+(nt-1)*12) + Time increment between successive fields in units defined by the previous octet + (see Note 6) + 7 + + + Operational + + + Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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 + Type of reference dataset + (see Code table 4.100) + + 4.100 + + Operational + + + Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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 + Type of relation to reference dataset + (see Code table 4.101) + + 4.101 + + Operational + + + Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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 + Number of additional parameter for reference period - NA + (see Note 7) + 164 + + + Operational + + + Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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-1)*5 + Scale factor of additional parameter for reference period + + + + + Operational + + + Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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)-(72+(NT-1)*12+NA*5) + Year of start of reference period + + + + + Operational + + + Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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-1)*5)-(75+(NT-1)*12+(na-1)*5) + Scaled value of additional parameter for reference period + + + + + Operational + + + Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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 + Month of start of reference period + + + + + Operational + + + Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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 + Day of start of reference period + + + + + Operational + + + Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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 + Hour of start of reference period + + + + + Operational + + + Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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 + Minute of start of reference period + + + + + Operational + + + Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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 + Second of start of reference period + + + + + Operational + + + Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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)-(81+ (NT-1)*12+NA*5) + Sample size of reference period + + + + + Operational + + + Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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 + Number of reference period time range - NR + (see Note 8) + 165 + + + Operational + + + Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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+(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.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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+(nr-1)*6 + Indicator of unit of time range for reference period + (see Code table 4.4) + + 4.4 + + Operational + + + Product definition template 4.135 - Post-processed quantile forecasts of anomalies, significance and other derived products 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+(nr-1)*6)-(88+(NT-1)*12+NA*5+(nr-1)*6) + Length of time range for reference period + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + + 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.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + + End of repeated NA sequence + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + + The next three entries are repeated NR times nr=1:NR + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + + End of repeated NR sequence + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + + The next entry repeats nsv=1:NSV times + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 10 + Parameter category + (see Code table 4.1) + + 4.1 + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 11 + Parameter number + (see Code table 4.2) + + 4.2 + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 12 + Type of generating process + (see Code table 4.3) + + 4.3 + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 13 + Background generating process identifier (defined by originating centre) + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 14 + Analysis or forecast generating process identifier (defined by originating centre) + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in 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.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 17 + Minutes of observational data cut-off after reference time + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 18 + Indicator of unit of time range + (see Code table 4.4) + + 4.4 + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 19-22 + Forecast time in units defined by previous octet + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 23 + Type of first fixed surface + (see Code table 4.5) + + 4.5 + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 24 + Scale factor of first fixed surface + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 25-28 + Scaled value of first fixed surface + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 29 + Type of second fixed surface + (see Code table 4.5) + + 4.5 + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 30 + Scale factor of second fixed surface + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 31-34 + Scaled value of second fixed surface + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 35 + Type of ensemble forecast + (see Code table 4.6) + + 4.6 + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 36-39 + Number of forecasts in ensemble + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 40 + Forecast probability number + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 41 + Total number of forecast probabilities + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 42 + Probability type + (see Code table 4.9) + + 4.9 + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 43 + Scale factor of lower limit + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 44-47 + Scaled value of lower limit + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 48 + Scale factor of upper limit + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 49-52 + Scaled value of upper limit + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 53 + Type of reference dataset + (see Code table 4.100) + + 4.100 + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 54 + Type of relation to reference dataset + (see Code table 4.101) + + 4.101 + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 55 + Number of additional parameter for reference period - NA + (see Note 2) + 164 + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 56+(na-1)*5 + Scale factor of additional parameter for reference period + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + (56+NA*5)-(57+NA*5) + Year of start of reference period + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + (57+(na-1)*5)-(60+(na-1)*5) + Scaled value of additional parameter for reference period + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 58+NA*5 + Month of start of reference period + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 59+NA*5 + Day of start of reference period + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 60+NA*5 + Hour of start of reference period + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 61+NA*5 + Minute of start of reference period + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 62+NA*5 + Second of start of reference period + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + (63+NA*5)-(66+NA*5) + Sample size of reference period + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 67+NA*5 + Number of reference period time range - NR + (see Note 3) + 165 + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 68+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.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 69+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.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + (70+NA*5+(nr-1)*6)-(73+NA*5+(nr-1)*6) + Length of time range for reference period + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 74+NA*5+(nr-1)*6 + Spatial vicinity type + (see Code table 4.103) + + 4.103 + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 75+NA*5+(nr-1)*6 + Number of spatial vicinity values (NSV) + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + (76+NA*5+(nr-1)*6+(nsv-1)*4)-(79+NA*5+(nr-1)*6+(nsv-1)*4) + Spatial vicinity value + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 80+NA*5+(nr-1)*6+(nsv-1)*4 + Spatial vicinity processing + (see Code table 4.104) + + 4.104 + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + (81+NA*5+(nr-1)*6+(nsv-1)*4)-(82+NA*5+(nr-1)*6+(nsv-1)*4) + Spatial vicinity processing argument 1 (e.g., if previous is quantile) + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + (83+NA*5+(nr-1)*6+(nsv-1)*4)-(84+NA*5+(nr-1)*6+(nsv-1)*4) + Spatial vicinity processing argument 2 (e.g., if previous is quantile) + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 85+NA*5+(nr-1)*6+(nsv-1)*4 + Spatial vicinity missing data + (see Code table 4.105) + + 4.105 + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 86+NA*5+(nr-1)*6+(nsv-1)*4 + Temporal vicinity processing + (see Code table 4.104) + + 4.104 + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + 87+NA*5+(nr-1)*6+(nsv-1)*4 + Temporal vicinity unit + (see Code table 4.4) + + 4.4 + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + (88+NA*5+(nr-1)*6+(nsv-1)*4)-(91+NA*5+(nr-1)*6+(nsv-1)*4) + Temporal vicinity towards past + + + + + Operational + + + Product definition template 4.136 - Probability forecasts of anomalies, significance and other derived products in relation to a reference period with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in at a point in time + (92+NA*5+(nr-1)*6+(nsv-1)*4)-(95+NA*5+(nr-1)*6+(nsv-1)*4) + Temporal vicinity towards future + + + + + Operational + Product definition template 4.254 - CCITT IA5 character string 10 From 4d10456b7f78632b1989a93adeed45562d6ce088 Mon Sep 17 00:00:00 2001 From: Anna Milan Date: Fri, 12 Jul 2024 14:34:46 +0200 Subject: [PATCH 07/11] 245 deprecate template 444 create rectified version as template 450 (#269) * #245 deprecate template 4.44, create new corrected template 4.50 and update Code table 4.0 accordingly * xml,txt files * Update GRIB2_CodeFlag_4_0_CodeTable_en.csv * xml,txt files * Update GRIB2_Template_4_50_ProductDefinitionTemplate_en.csv * xml,txt files --------- Co-authored-by: Sebastien Villaume Co-authored-by: Enrico Fucile --- GRIB2_CodeFlag_4_0_CodeTable_en.csv | 4 +- ...late_4_44_ProductDefinitionTemplate_en.csv | 42 +-- ...late_4_50_ProductDefinitionTemplate_en.csv | 22 ++ txt/CodeFlag.txt | 4 +- txt/Template.txt | 63 +++-- xml/CodeFlag.xml | 6 +- xml/Template.xml | 252 ++++++++++++++++-- 7 files changed, 323 insertions(+), 70 deletions(-) create mode 100644 GRIB2_Template_4_50_ProductDefinitionTemplate_en.csv diff --git a/GRIB2_CodeFlag_4_0_CodeTable_en.csv b/GRIB2_CodeFlag_4_0_CodeTable_en.csv index e77c440..e45d44e 100644 --- a/GRIB2_CodeFlag_4_0_CodeTable_en.csv +++ b/GRIB2_CodeFlag_4_0_CodeTable_en.csv @@ -29,13 +29,13 @@ Product definition template number,,40,,Analysis or forecast at a horizontal lev 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 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 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 -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 +Product definition template number,,44,,Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol (deprecated),,,,Deprecated 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 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 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 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 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 -Product definition template number,,50,,Reserved,,,,Operational +Product definition template number,,50,,Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,,,,Operational Product definition template number,,51,,Categorical forecasts at a horizontal level or in a horizontal layer at a point in time,,,,Operational Product definition template number,,52,,Reserved,,,,Operational Product definition template number,,53,,Partitioned parameters at a horizontal level or in a horizontal layer at a point in time,,,,Operational diff --git a/GRIB2_Template_4_44_ProductDefinitionTemplate_en.csv b/GRIB2_Template_4_44_ProductDefinitionTemplate_en.csv index 09ea058..1b45073 100644 --- a/GRIB2_Template_4_44_ProductDefinitionTemplate_en.csv +++ b/GRIB2_Template_4_44_ProductDefinitionTemplate_en.csv @@ -1,22 +1,22 @@ Title_en,OctetNo,Contents_en,Note_en,noteIDs,codeTable,flagTable,Status -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 +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,,Deprecated +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,,Deprecated +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,,Deprecated +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,,Deprecated +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,,,,,Deprecated +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,,,,,Deprecated +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,,,,,Deprecated +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,,,,,Deprecated +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,,Deprecated +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),,,,,Deprecated +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),,,,,Deprecated +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,,,Deprecated +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,,,,,Deprecated +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,,Deprecated +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,,,,,Deprecated +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,,Deprecated +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,,,,,Deprecated +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,,,,,Deprecated +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,,Deprecated +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,,,,,Deprecated +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,,,,,Deprecated diff --git a/GRIB2_Template_4_50_ProductDefinitionTemplate_en.csv b/GRIB2_Template_4_50_ProductDefinitionTemplate_en.csv new file mode 100644 index 0000000..f9cfe86 --- /dev/null +++ b/GRIB2_Template_4_50_ProductDefinitionTemplate_en.csv @@ -0,0 +1,22 @@ +Title_en,OctetNo,Contents_en,Note_en,noteIDs,codeTable,flagTable,Status +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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),33,,,Operational +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 +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 +analysis or forecast 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 +analysis or forecast 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 +analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,37,Scale factor of first fixed surface,,,,,Operational +analysis or forecast 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 +analysis or forecast 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 +analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,43,Scale factor of second fixed surface,,,,,Operational +analysis or forecast 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 diff --git a/txt/CodeFlag.txt b/txt/CodeFlag.txt index a54f290..6be76eb 100644 --- a/txt/CodeFlag.txt +++ b/txt/CodeFlag.txt @@ -311,13 +311,13 @@ Code table 4.0 - Product definition template number,,40,,Analysis or forecast at 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,,44,,Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol (deprecated),,,,Deprecated 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,,50,,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,,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 diff --git a/txt/Template.txt b/txt/Template.txt index f6ce71f..2c8d1e8 100644 --- a/txt/Template.txt +++ b/txt/Template.txt @@ -1160,27 +1160,27 @@ Product definition template 4.40 - analysis or forecast at a horizontal level or "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.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,,Deprecated +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,,Deprecated +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,,Deprecated +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,,Deprecated +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,,,,,Deprecated +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,,,,,Deprecated +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,,,,,Deprecated +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,,,,,Deprecated +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,,Deprecated +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),,,,,Deprecated +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),,,,,Deprecated +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,,,Deprecated +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,,,,,Deprecated +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,,Deprecated +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,,,,,Deprecated +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,,Deprecated +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,,,,,Deprecated +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,,,,,Deprecated +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,,Deprecated +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,,,,,Deprecated +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,,,,,Deprecated "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 @@ -1341,6 +1341,27 @@ Product definition template 4.48 - analysis or forecast at a horizontal level or "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.50 - 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.50 - 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.50 - 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.50 - 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.50 - 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.50 - 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.50 - 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.50 - 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.50 - 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.50 - 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.50 - 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.50 - 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),33,,,Operational +Product definition template 4.50 - 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.50 - 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.50 - analysis or forecast 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.50 - analysis or forecast 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.50 - analysis or forecast 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.50 - analysis or forecast 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.50 - analysis or forecast 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.50 - analysis or forecast 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.50 - analysis or forecast 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.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 diff --git a/xml/CodeFlag.xml b/xml/CodeFlag.xml index 970ee62..e16ebf7 100644 --- a/xml/CodeFlag.xml +++ b/xml/CodeFlag.xml @@ -1875,8 +1875,8 @@ 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 + Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol (deprecated) + Deprecated Code table 4.0 - Product definition template number @@ -1911,7 +1911,7 @@ Code table 4.0 - Product definition template number 50 - Reserved + Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol Operational diff --git a/xml/Template.xml b/xml/Template.xml index 2fdb5c7..84642c8 100644 --- a/xml/Template.xml +++ b/xml/Template.xml @@ -11618,7 +11618,7 @@ 4.1 - Operational + Deprecated Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol @@ -11628,7 +11628,7 @@ 4.2 - Operational + Deprecated Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol @@ -11638,7 +11638,7 @@ 4.233 - Operational + Deprecated Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol @@ -11648,7 +11648,7 @@ 4.91 - Operational + Deprecated Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol @@ -11658,7 +11658,7 @@ - Operational + Deprecated Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol @@ -11668,7 +11668,7 @@ - Operational + Deprecated Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol @@ -11678,7 +11678,7 @@ - Operational + Deprecated Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol @@ -11688,7 +11688,7 @@ - Operational + Deprecated Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol @@ -11698,7 +11698,7 @@ 4.3 - Operational + Deprecated Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol @@ -11708,7 +11708,7 @@ - Operational + Deprecated Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol @@ -11718,7 +11718,7 @@ - Operational + Deprecated Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol @@ -11728,7 +11728,7 @@ 33 - Operational + Deprecated Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol @@ -11738,7 +11738,7 @@ - Operational + Deprecated Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol @@ -11748,7 +11748,7 @@ 4.4 - Operational + Deprecated Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol @@ -11758,7 +11758,7 @@ - Operational + Deprecated Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol @@ -11768,7 +11768,7 @@ 4.5 - Operational + Deprecated Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol @@ -11778,7 +11778,7 @@ - Operational + Deprecated Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol @@ -11788,7 +11788,7 @@ - Operational + Deprecated Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol @@ -11798,7 +11798,7 @@ 4.5 - Operational + Deprecated Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol @@ -11808,7 +11808,7 @@ - Operational + Deprecated Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol @@ -11818,7 +11818,7 @@ - Operational + Deprecated 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 @@ -13420,6 +13420,216 @@ Operational + + Product definition template 4.50 - 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.50 - 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.50 - 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.50 - 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.50 - 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.50 - 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.50 - 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.50 - 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.50 - 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.50 - 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.50 - 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.50 - 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) + 33 + + + Operational + + + Product definition template 4.50 - 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.50 - 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.50 - analysis or forecast 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.50 - analysis or forecast 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.50 - analysis or forecast 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.50 - analysis or forecast 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.50 - analysis or forecast 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.50 - analysis or forecast 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.50 - analysis or forecast 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.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time From 5d925776d0a1ba87f71b639dd30d9d7a8980c0f6 Mon Sep 17 00:00:00 2001 From: Anna Milan Date: Fri, 2 Aug 2024 15:11:28 +0200 Subject: [PATCH 08/11] 250 code table 42 and 4238 new sourcesink entries in code table 4238 and a new parameter in code table 42 discipline 0 category 20 (#274) * #250 adding entries in code table 4.22.0.20 and 4.238 * xml,txt files * #250 updating entries to only keep sink and source (removing loss and gain) * xml,txt files * xml,txt files * xml,txt files --------- Co-authored-by: Sebastien Villaume Co-authored-by: Enrico Fucile --- GRIB2_CodeFlag_4_238_CodeTable_en.csv | 11 +++- GRIB2_CodeFlag_4_2_0_20_CodeTable_en.csv | 18 +++-- txt/CodeFlag.txt | 29 +++++--- xml/CodeFlag.xml | 84 +++++++++++++++++++++++- 4 files changed, 123 insertions(+), 19 deletions(-) diff --git a/GRIB2_CodeFlag_4_238_CodeTable_en.csv b/GRIB2_CodeFlag_4_238_CodeTable_en.csv index 84a371f..7fddfea 100644 --- a/GRIB2_CodeFlag_4_238_CodeTable_en.csv +++ b/GRIB2_CodeFlag_4_238_CodeTable_en.csv @@ -29,6 +29,15 @@ Source or sink,,26,,Road transportation,,,,Operational Source or sink,,27,,Off-road transportation,,,,Operational Source or sink,,28,,Nuclear power plant,,,,Operational Source or sink,,29,,Nuclear weapon,,,,Operational -Source or sink,,30-191,,Reserved,,,,Operational +Source or sink,,30,,Commercial buildings heating,,,,Operational +Source or sink,,31,,Residential heating,,,,Operational +Source or sink,,32,,Oil refineries and transformation industry,,,,Operational +Source or sink,,33,,Gas production,,,,Operational +Source or sink,,34,,Vegetation,,,,Operational +Source or sink,,35,,Biomass burning,,,,Operational +Source or sink,,36,,Settlements,,,,Operational +Source or sink,,37,,Soil,,,,Operational +Source or sink,,38,,Wild animals,,,,Operational +Source or sink,,39-191,,Reserved,,,,Operational Source or sink,,192-254,,Reserved for local use,,,,Operational Source or sink,,255,,Missing,,,,Operational diff --git a/GRIB2_CodeFlag_4_2_0_20_CodeTable_en.csv b/GRIB2_CodeFlag_4_2_0_20_CodeTable_en.csv index 85afb04..d6082c0 100644 --- a/GRIB2_CodeFlag_4_2_0_20_CodeTable_en.csv +++ b/GRIB2_CodeFlag_4_2_0_20_CodeTable_en.csv @@ -51,19 +51,23 @@ Parameter number by product discipline and parameter category,"Product disciplin 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 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 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 -Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",82-99,,Reserved,,,,Operational -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 +Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",82,,Sink mass flux,,,kg m-2 s-1,Operational +Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",83,,Source mass flux,,,kg m-2 s-1,Operational +Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",84,,Volume-mean total column mixing ratio,,,mol mol-1,Operational +Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",85-99,,Reserved,,,,Operational +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-1,Operational 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 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 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 Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",104,,Asymmetry factor,,,Numeric,Operational -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 -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 +Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",105,,Aerosol extinction coefficient,,,m-1,Operational +Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",106,,Aerosol absorption coefficient,,,m-1,Operational 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 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 -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 -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 +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-1,Operational +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-1,Operational Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",111,,Angstrom exponent,,,Numeric,Operational -Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",112-191,,Reserved,,,,Operational +Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",112,,Absorption aerosol optical thickness,,,Numeric,Operational +Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",113-191,,Reserved,,,,Operational 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 Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",255,,Missing,,,,Operational diff --git a/txt/CodeFlag.txt b/txt/CodeFlag.txt index 6be76eb..eb94f1c 100644 --- a/txt/CodeFlag.txt +++ b/txt/CodeFlag.txt @@ -1134,20 +1134,24 @@ Code table 4.2 - Parameter number by product discipline and parameter category," 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",82,,Sink 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",83,,Source 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",84,,Volume-mean total column mixing ratio,,,mol mol-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",85-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-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",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",105,,Aerosol extinction coefficient,,,m-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",106,,Aerosol absorption coefficient,,,m-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",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",109,,Aerosol lidar extinction from satellite,,,m-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",110,,Aerosol lidar extinction from the ground,,,m-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",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",112,,Absorption 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",113-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 @@ -2559,7 +2563,16 @@ 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,,30,,Commercial buildings heating,,,,Operational +Code table 4.238 - Source or sink,,31,,Residential heating,,,,Operational +Code table 4.238 - Source or sink,,32,,Oil refineries and transformation industry,,,,Operational +Code table 4.238 - Source or sink,,33,,Gas production,,,,Operational +Code table 4.238 - Source or sink,,34,,Vegetation,,,,Operational +Code table 4.238 - Source or sink,,35,,Biomass burning,,,,Operational +Code table 4.238 - Source or sink,,36,,Settlements,,,,Operational +Code table 4.238 - Source or sink,,37,,Soil,,,,Operational +Code table 4.238 - Source or sink,,38,,Wild animals,,,,Operational +Code table 4.238 - Source or sink,,39-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 diff --git a/xml/CodeFlag.xml b/xml/CodeFlag.xml index e16ebf7..9e3bcbe 100644 --- a/xml/CodeFlag.xml +++ b/xml/CodeFlag.xml @@ -6812,7 +6812,25 @@ Code table 4.2 - Parameter number by product discipline and parameter category - 82-99 + 82 + Sink mass flux + Operational + + + Code table 4.2 - Parameter number by product discipline and parameter category + 83 + Source mass flux + Operational + + + Code table 4.2 - Parameter number by product discipline and parameter category + 84 + Volume-mean total column mixing ratio + Operational + + + Code table 4.2 - Parameter number by product discipline and parameter category + 85-99 Reserved Operational @@ -6890,7 +6908,13 @@ Code table 4.2 - Parameter number by product discipline and parameter category - 112-191 + 112 + Absorption aerosol optical thickness + Operational + + + Code table 4.2 - Parameter number by product discipline and parameter category + 113-191 Reserved Operational @@ -15362,7 +15386,61 @@ Code table 4.238 - Source or sink - 30-191 + 30 + Commercial buildings heating + Operational + + + Code table 4.238 - Source or sink + 31 + Residential heating + Operational + + + Code table 4.238 - Source or sink + 32 + Oil refineries and transformation industry + Operational + + + Code table 4.238 - Source or sink + 33 + Gas production + Operational + + + Code table 4.238 - Source or sink + 34 + Vegetation + Operational + + + Code table 4.238 - Source or sink + 35 + Biomass burning + Operational + + + Code table 4.238 - Source or sink + 36 + Settlements + Operational + + + Code table 4.238 - Source or sink + 37 + Soil + Operational + + + Code table 4.238 - Source or sink + 38 + Wild animals + Operational + + + Code table 4.238 - Source or sink + 39-191 Reserved Operational From 6321adcdcacfa2995f8d6bfe55752f242001c822 Mon Sep 17 00:00:00 2001 From: Anna Milan Date: Fri, 2 Aug 2024 15:13:13 +0200 Subject: [PATCH 09/11] 238 new precipitation type flag... (#267) #238 * xml,txt files * 271 remove date from xml script (#272) * xml,txt files * Update create_master_lists.py Remove the generation of the 'generated' param to avoid complex merging process. Now the xml header won't have the 'generated' param anymore * xml,txt files --------- Co-authored-by: Enrico Fucile * xml,txt files * xml,txt files * update branch for issue #238 * xml,txt files --------- Co-authored-by: Enrico Fucile Co-authored-by: antoineMerleEUM --- GRIB2_CodeFlag_4_201_CodeTable_en.csv | 4 +++- txt/CodeFlag.txt | 4 +++- xml/CodeFlag.xml | 14 +++++++++++++- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/GRIB2_CodeFlag_4_201_CodeTable_en.csv b/GRIB2_CodeFlag_4_201_CodeTable_en.csv index bdac7cc..9e9ae83 100644 --- a/GRIB2_CodeFlag_4_201_CodeTable_en.csv +++ b/GRIB2_CodeFlag_4_201_CodeTable_en.csv @@ -12,6 +12,8 @@ Precipitation type,,9,,Graupel,,,,Operational Precipitation type,,10,,Hail,,,,Operational Precipitation type,,11,,Drizzle,,,,Operational Precipitation type,,12,,Freezing drizzle,,,,Operational -Precipitation type,,13-191,,Reserved,,,,Operational +Precipitation type,,13,,Hail (less than 5 mm),,,,Operational +Precipitation type,,14,,Hail (greater than or equal to 5 mm),,,,Operational +Precipitation type,,15-191,,Reserved,,,,Operational Precipitation type,,192-254,,Reserved for local use,,,,Operational Precipitation type,,255,,Missing,,,,Operational diff --git a/txt/CodeFlag.txt b/txt/CodeFlag.txt index eb94f1c..7042ee2 100644 --- a/txt/CodeFlag.txt +++ b/txt/CodeFlag.txt @@ -2254,7 +2254,9 @@ 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,,13,,Hail (less than 5 mm),,,,Operational +Code table 4.201 - Precipitation type,,14,,Hail (greater than or equal to 5 mm),,,,Operational +Code table 4.201 - Precipitation type,,15-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 diff --git a/xml/CodeFlag.xml b/xml/CodeFlag.xml index 9e3bcbe..88c4306 100644 --- a/xml/CodeFlag.xml +++ b/xml/CodeFlag.xml @@ -13532,7 +13532,19 @@ Code table 4.201 - Precipitation type - 13-191 + 13 + Hail (less than 5 mm) + Operational + + + Code table 4.201 - Precipitation type + 14 + Hail (greater than or equal to 5 mm) + Operational + + + Code table 4.201 - Precipitation type + 15-191 Reserved Operational From 2ec32bf2f1baa4aac21bd7ee0040199108e1e07a Mon Sep 17 00:00:00 2001 From: Anna Milan Date: Thu, 8 Aug 2024 13:39:47 +0200 Subject: [PATCH 10/11] 249 code table 14 43 and 46 adding new entries to better describe type of forecasting (#261) #249 * fix rebase conflict: 249 adding entries in code table 1.4, 4.3 and 4.6 with associated notes * fix rebase of xml,txt files * #249, add notes, change sample to example * xml,txt files * editorial, changed 23 to 22 in CF4.3 * xml,txt files * Update GRIB2_CodeFlag_4_6_CodeTable_en.csv Co-authored-by: Marijana Crepulja <62389855+marijanacrepulja@users.noreply.github.com> * xml,txt files --------- Co-authored-by: Sebastien Villaume Co-authored-by: Enrico Fucile Co-authored-by: Marijana Crepulja <62389855+marijanacrepulja@users.noreply.github.com> --- GRIB2_CodeFlag_1_4_CodeTable_en.csv | 4 ++- GRIB2_CodeFlag_4_3_CodeTable_en.csv | 3 +- GRIB2_CodeFlag_4_6_CodeTable_en.csv | 7 +++- notes/CodeFlag_notes.csv | 6 ++++ txt/CodeFlag.txt | 14 ++++++-- xml/CodeFlag.xml | 54 +++++++++++++++++++++++++++-- 6 files changed, 79 insertions(+), 9 deletions(-) diff --git a/GRIB2_CodeFlag_1_4_CodeTable_en.csv b/GRIB2_CodeFlag_1_4_CodeTable_en.csv index 4ddd1a2..461ff59 100644 --- a/GRIB2_CodeFlag_1_4_CodeTable_en.csv +++ b/GRIB2_CodeFlag_1_4_CodeTable_en.csv @@ -8,6 +8,8 @@ Type of data,,5,,Control and perturbed forecast products,,,,Operational Type of data,,6,,Processed satellite observations,,,,Operational Type of data,,7,,Processed radar observations,,,,Operational Type of data,,8,,Event probability,,,,Operational -Type of data,,9-191,,Reserved,,,,Operational +Type of data,,9,,Example data,(see Note 2),249a,,Operational +Type of data,,10,,ML based forecast,(see Note 3),249b,,Operational +Type of data,,11-191,,Reserved,,,,Operational Type of data,,192-254,,Reserved for local use,,,,Operational Type of data,,255,,Missing,,,,Operational diff --git a/GRIB2_CodeFlag_4_3_CodeTable_en.csv b/GRIB2_CodeFlag_4_3_CodeTable_en.csv index a155bd3..3edc2a1 100644 --- a/GRIB2_CodeFlag_4_3_CodeTable_en.csv +++ b/GRIB2_CodeFlag_4_3_CodeTable_en.csv @@ -21,6 +21,7 @@ Type of generating process,,18,,Difference between two forecasts,,,,Operational Type of generating process,,19,,First guess,,,,Operational Type of generating process,,20,,Analysis increment,(see Note 2),29,,Operational Type of generating process,,21,,Initialization increment for analysis,(see Note 3),61,,Operational -Type of generating process,,22-191,,Reserved,,,,Operational +Type of generating process,,22,,Blended forecast,(See Note 4),249c,,Operational +Type of generating process,,23-191,,Reserved,,,,Operational Type of generating process,,192-254,,Reserved for local use,,,,Operational Type of generating process,,255,,Missing,,,,Operational diff --git a/GRIB2_CodeFlag_4_6_CodeTable_en.csv b/GRIB2_CodeFlag_4_6_CodeTable_en.csv index 1732a9b..6c51785 100644 --- a/GRIB2_CodeFlag_4_6_CodeTable_en.csv +++ b/GRIB2_CodeFlag_4_6_CodeTable_en.csv @@ -4,6 +4,11 @@ Type of ensemble forecast,,1,,Unperturbed low-resolution control forecast,,,,Ope Type of ensemble forecast,,2,,Negatively perturbed forecast,,,,Operational Type of ensemble forecast,,3,,Positively perturbed forecast,,,,Operational Type of ensemble forecast,,4,,Multi-model forecast,,,,Operational -Type of ensemble forecast,,5-191,,Reserved,,,,Operational +Type of ensemble forecast,,5,,Unpertubed forecast,,,,Operational +Type of ensemble forecast,,6,,Perturbed forecast,,,,Operationaal +Type of ensemble forecast,,7,,Initial conditions perturbations,(see Note 1),249d,,Operational +Type of ensemble forecast,,8,,Model physics pertubations,(see Note 2),249e,,Operational +Type of ensemble forecast,,9,,Initial conditions and model physics perturbations,(see Note 3),249f,,Operational +Type of ensemble forecast,,10-191,,Reserved,,,,Operational Type of ensemble forecast,,192-254,,Reserved for local use,,,,Operational Type of ensemble forecast,,255,,Missing,,,,Operational diff --git a/notes/CodeFlag_notes.csv b/notes/CodeFlag_notes.csv index c7c4a9b..8ea5948 100644 --- a/notes/CodeFlag_notes.csv +++ b/notes/CodeFlag_notes.csv @@ -150,6 +150,12 @@ noteID,note 153,"The option quantile needs two additional arguments: 1) The total number of quantiles and 2) the quantile value." 154,"These parameters are intended to be used with templates 4.121 and 4.122 in which the spatiotemporal criteria is encoded used to get a categorical yes/no per grid point of each ensemble member." 155,"Scale Factor of Lower Limit, Scaled Value of Lower Limit, Scale Factor of Upper Limit and Scaled Value of Upper Limit must be set to missing. This entry is intended for, but not limited to, entries 5 to 7 in Code table 4.2 discipline 0 category 191." +249a,Data for demonstrational purposes only. +249b,Forecast from Machine Learning (ML) model. +249c,"Combination of different forecast products to produce a smooth, continuous forecast by applying weights to each individual prediction system which depend on the lead time and forecast skill (for example, seamless prediction using nowcasting to short-range to medium-range)." +249d,Ensemble members are initialised from different initial condition. +249e,"Model physics are perturbed (for example, with methods like SPPT, SPP, SKEB, etc.)." +249f,Combination of 7 and 8. 248a,"Ben Bouallègue, Z. (2021). On the verification of the crossing-point forecast. Tellus A: Dynamic Meteorology and Oceanography, 73(1), 1–10. [https://doi.org/10.1080/16000870.2021.1913007]" 253a,In relation to local coordinate axes at a (grid) cell edge. 247a,"When using entry 10, the lower limit is used to encode the quantile q (must be an integer between 0 and Q) while the upper limit is used to encode the total number of quantiles Q. This defines the probability of the parameter falling within quantile q. For instance, to encode the probability of falling within the 10th percentile, then q=10 and Q=100; to encode the probability of falling within the 1st tercile, then q=1 and Q=3." \ No newline at end of file diff --git a/txt/CodeFlag.txt b/txt/CodeFlag.txt index 7042ee2..32accb1 100644 --- a/txt/CodeFlag.txt +++ b/txt/CodeFlag.txt @@ -75,7 +75,9 @@ Code table 1.4 - Type of data,,5,,Control and perturbed forecast products,,,,Ope 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,,9,,Example data,(see Note 2),249a,,Operational +Code table 1.4 - Type of data,,10,,ML based forecast,(see Note 3),249b,,Operational +Code table 1.4 - Type of data,,11-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 @@ -1937,7 +1939,8 @@ Code table 4.3 - Type of generating process,,18,,Difference between two forecast 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,,22,,Blended forecast,(See Note 4),249c,,Operational +Code table 4.3 - Type of generating process,,23-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 @@ -2055,7 +2058,12 @@ Code table 4.6 - Type of ensemble forecast,,1,,Unperturbed low-resolution contro 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,,5,,Unpertubed forecast,,,,Operational +Code table 4.6 - Type of ensemble forecast,,6,,Perturbed forecast,,,,Operationaal +Code table 4.6 - Type of ensemble forecast,,7,,Initial conditions perturbations,(see Note 1),249d,,Operational +Code table 4.6 - Type of ensemble forecast,,8,,Model physics pertubations,(see Note 2),249e,,Operational +Code table 4.6 - Type of ensemble forecast,,9,,Initial conditions and model physics perturbations,(see Note 3),249f,,Operational +Code table 4.6 - Type of ensemble forecast,,10-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 diff --git a/xml/CodeFlag.xml b/xml/CodeFlag.xml index 88c4306..57c6343 100644 --- a/xml/CodeFlag.xml +++ b/xml/CodeFlag.xml @@ -458,7 +458,19 @@ Code table 1.4 - Type of data - 9-191 + 9 + Example data + Operational + + + Code table 1.4 - Type of data + 10 + ML based forecast + Operational + + + Code table 1.4 - Type of data + 11-191 Reserved Operational @@ -11630,7 +11642,13 @@ Code table 4.3 - Type of generating process - 22-191 + 22 + Blended forecast + Operational + + + Code table 4.3 - Type of generating process + 23-191 Reserved Operational @@ -12338,7 +12356,37 @@ Code table 4.6 - Type of ensemble forecast - 5-191 + 5 + Unpertubed forecast + Operational + + + Code table 4.6 - Type of ensemble forecast + 6 + Perturbed forecast + Operationaal + + + Code table 4.6 - Type of ensemble forecast + 7 + Initial conditions perturbations + Operational + + + Code table 4.6 - Type of ensemble forecast + 8 + Model physics pertubations + Operational + + + Code table 4.6 - Type of ensemble forecast + 9 + Initial conditions and model physics perturbations + Operational + + + Code table 4.6 - Type of ensemble forecast + 10-191 Reserved Operational From 50f255e521408d7dd8b9ff0b416e87c0b22ddbc8 Mon Sep 17 00:00:00 2001 From: Anna Milan Date: Thu, 8 Aug 2024 13:49:27 +0200 Subject: [PATCH 11/11] Update notes/CodeFlag_notes.csv --- notes/CodeFlag_notes.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/CodeFlag_notes.csv b/notes/CodeFlag_notes.csv index 8ea5948..cdd70b9 100644 --- a/notes/CodeFlag_notes.csv +++ b/notes/CodeFlag_notes.csv @@ -154,7 +154,7 @@ noteID,note 249b,Forecast from Machine Learning (ML) model. 249c,"Combination of different forecast products to produce a smooth, continuous forecast by applying weights to each individual prediction system which depend on the lead time and forecast skill (for example, seamless prediction using nowcasting to short-range to medium-range)." 249d,Ensemble members are initialised from different initial condition. -249e,"Model physics are perturbed (for example, with methods like SPPT, SPP, SKEB, etc.)." +249e,"Model physics are perturbed (for example, with methods like SPPT, SPP and SKEB." 249f,Combination of 7 and 8. 248a,"Ben Bouallègue, Z. (2021). On the verification of the crossing-point forecast. Tellus A: Dynamic Meteorology and Oceanography, 73(1), 1–10. [https://doi.org/10.1080/16000870.2021.1913007]" 253a,In relation to local coordinate axes at a (grid) cell edge.