Skip to content

Commit 6321adc

Browse files
amilan17efucileantoinemerle
authored
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 <efucile@wmo.int> * xml,txt files * xml,txt files * update branch for issue #238 * xml,txt files --------- Co-authored-by: Enrico Fucile <efucile@wmo.int> Co-authored-by: antoineMerleEUM <antoine.merle@eumetsat.int>
1 parent 5d92577 commit 6321adc

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

GRIB2_CodeFlag_4_201_CodeTable_en.csv

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Precipitation type,,9,,Graupel,,,,Operational
1212
Precipitation type,,10,,Hail,,,,Operational
1313
Precipitation type,,11,,Drizzle,,,,Operational
1414
Precipitation type,,12,,Freezing drizzle,,,,Operational
15-
Precipitation type,,13-191,,Reserved,,,,Operational
15+
Precipitation type,,13,,Hail (less than 5 mm),,,,Operational
16+
Precipitation type,,14,,Hail (greater than or equal to 5 mm),,,,Operational
17+
Precipitation type,,15-191,,Reserved,,,,Operational
1618
Precipitation type,,192-254,,Reserved for local use,,,,Operational
1719
Precipitation type,,255,,Missing,,,,Operational

txt/CodeFlag.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2254,7 +2254,9 @@ Code table 4.201 - Precipitation type,,9,,Graupel,,,,Operational
22542254
Code table 4.201 - Precipitation type,,10,,Hail,,,,Operational
22552255
Code table 4.201 - Precipitation type,,11,,Drizzle,,,,Operational
22562256
Code table 4.201 - Precipitation type,,12,,Freezing drizzle,,,,Operational
2257-
Code table 4.201 - Precipitation type,,13-191,,Reserved,,,,Operational
2257+
Code table 4.201 - Precipitation type,,13,,Hail (less than 5 mm),,,,Operational
2258+
Code table 4.201 - Precipitation type,,14,,Hail (greater than or equal to 5 mm),,,,Operational
2259+
Code table 4.201 - Precipitation type,,15-191,,Reserved,,,,Operational
22582260
Code table 4.201 - Precipitation type,,192-254,,Reserved for local use,,,,Operational
22592261
Code table 4.201 - Precipitation type,,255,,Missing,,,,Operational
22602262
Code table 4.202 - Precipitable water category,,0-191,,Reserved,,,,Operational

xml/CodeFlag.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13532,7 +13532,19 @@
1353213532
</GRIB2_CodeFlag_en>
1353313533
<GRIB2_CodeFlag_en>
1353413534
<Title_en>Code table 4.201 - Precipitation type</Title_en>
13535-
<CodeFlag>13-191</CodeFlag>
13535+
<CodeFlag>13</CodeFlag>
13536+
<MeaningParameterDescription_en>Hail (less than 5 mm)</MeaningParameterDescription_en>
13537+
<Status>Operational</Status>
13538+
</GRIB2_CodeFlag_en>
13539+
<GRIB2_CodeFlag_en>
13540+
<Title_en>Code table 4.201 - Precipitation type</Title_en>
13541+
<CodeFlag>14</CodeFlag>
13542+
<MeaningParameterDescription_en>Hail (greater than or equal to 5 mm)</MeaningParameterDescription_en>
13543+
<Status>Operational</Status>
13544+
</GRIB2_CodeFlag_en>
13545+
<GRIB2_CodeFlag_en>
13546+
<Title_en>Code table 4.201 - Precipitation type</Title_en>
13547+
<CodeFlag>15-191</CodeFlag>
1353613548
<MeaningParameterDescription_en>Reserved</MeaningParameterDescription_en>
1353713549
<Status>Operational</Status>
1353813550
</GRIB2_CodeFlag_en>

0 commit comments

Comments
 (0)