From 5c9be88b2073801a1245e5bf104a4a185313ac3f Mon Sep 17 00:00:00 2001 From: Enrico Fucile Date: Tue, 2 Jul 2024 12:37:09 +0000 Subject: [PATCH 1/6] 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..659ff90 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..0215849 100644 --- a/xml/Template.xml +++ b/xml/Template.xml @@ -1,5 +1,5 @@ - + Identification template 1.0 - calendar definition 24 From b461aa4e4155f13f6476f651747d9994fddd7160 Mon Sep 17 00:00:00 2001 From: antoineMerleEUM Date: Wed, 10 Jul 2024 15:58:33 +0200 Subject: [PATCH 2/6] 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 --- scripts/create_master_lists.py | 2 +- xml/CodeFlag.xml | 2 +- xml/Template.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/create_master_lists.py b/scripts/create_master_lists.py index 01c5455..e4afa68 100644 --- a/scripts/create_master_lists.py +++ b/scripts/create_master_lists.py @@ -35,7 +35,7 @@ def close(self): class XMLWriter: - xmlheader = ''.format( datetime.now().isoformat() ) + xmlheader = '' def __init__(self,outfile,elements,item_name): diff --git a/xml/CodeFlag.xml b/xml/CodeFlag.xml index 5f339e4..a10159c 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..f83e0c9 100644 --- a/xml/Template.xml +++ b/xml/Template.xml @@ -1,5 +1,5 @@ - + Identification template 1.0 - calendar definition 24 From 9c208f98e857abc026ed2438c6315894dcd13b27 Mon Sep 17 00:00:00 2001 From: Enrico Fucile Date: Tue, 2 Jul 2024 12:37:09 +0000 Subject: [PATCH 3/6] xml,txt files --- xml/CodeFlag.xml | 4 ++++ xml/Template.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/xml/CodeFlag.xml b/xml/CodeFlag.xml index a10159c..31e9a76 100644 --- a/xml/CodeFlag.xml +++ b/xml/CodeFlag.xml @@ -1,5 +1,9 @@ +<<<<<<< HEAD +======= + +>>>>>>> 5c9be88 (xml,txt files) 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 f83e0c9..e43d38d 100644 --- a/xml/Template.xml +++ b/xml/Template.xml @@ -1,5 +1,9 @@ +<<<<<<< HEAD +======= + +>>>>>>> 5c9be88 (xml,txt files) Identification template 1.0 - calendar definition 24 From cd11b0dbbe261ee27fb8b39ea4948bccae2e135f Mon Sep 17 00:00:00 2001 From: Enrico Fucile Date: Wed, 10 Jul 2024 15:18:06 +0000 Subject: [PATCH 4/6] xml,txt files --- xml/CodeFlag.xml | 8 -------- xml/Template.xml | 8 -------- 2 files changed, 16 deletions(-) diff --git a/xml/CodeFlag.xml b/xml/CodeFlag.xml index 0bf9d69..a10159c 100644 --- a/xml/CodeFlag.xml +++ b/xml/CodeFlag.xml @@ -1,13 +1,5 @@ -<<<<<<< HEAD -<<<<<<< HEAD -======= - ->>>>>>> 5c9be88 (xml,txt files) -======= - ->>>>>>> 5c9be88b2073801a1245e5bf104a4a185313ac3f 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 cc7c1d2..f83e0c9 100644 --- a/xml/Template.xml +++ b/xml/Template.xml @@ -1,13 +1,5 @@ -<<<<<<< HEAD -<<<<<<< HEAD -======= - ->>>>>>> 5c9be88 (xml,txt files) -======= - ->>>>>>> 5c9be88b2073801a1245e5bf104a4a185313ac3f Identification template 1.0 - calendar definition 24 From b2236cfb0e5f7355ec872d36d7cdcaa242ee0a4c Mon Sep 17 00:00:00 2001 From: Anna Milan Date: Fri, 12 Jul 2024 14:46:44 +0200 Subject: [PATCH 5/6] update branch for issue #238 --- GRIB2_CodeFlag_4_201_CodeTable_en.csv | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 From 35cab2a565f293ab3187efa114dd038f151ae6fc Mon Sep 17 00:00:00 2001 From: Enrico Fucile Date: Fri, 12 Jul 2024 12:47:00 +0000 Subject: [PATCH 6/6] xml,txt files --- txt/CodeFlag.txt | 4 +++- xml/CodeFlag.xml | 14 +++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/txt/CodeFlag.txt b/txt/CodeFlag.txt index 98c850c..69101a0 100644 --- a/txt/CodeFlag.txt +++ b/txt/CodeFlag.txt @@ -2236,7 +2236,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 a10159c..8a9a5e3 100644 --- a/xml/CodeFlag.xml +++ b/xml/CodeFlag.xml @@ -13424,7 +13424,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