Skip to content

Commit

Permalink
238 new precipitation type flag... (#267)
Browse files Browse the repository at this point in the history
#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 <[email protected]>

* xml,txt files

* xml,txt files

* update branch for issue #238

* xml,txt files

---------

Co-authored-by: Enrico Fucile <[email protected]>
Co-authored-by: antoineMerleEUM <[email protected]>
  • Loading branch information
3 people authored Aug 2, 2024
1 parent 5d92577 commit 6321adc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 3 additions & 1 deletion GRIB2_CodeFlag_4_201_CodeTable_en.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion txt/CodeFlag.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 13 additions & 1 deletion xml/CodeFlag.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13532,7 +13532,19 @@
</GRIB2_CodeFlag_en>
<GRIB2_CodeFlag_en>
<Title_en>Code table 4.201 - Precipitation type</Title_en>
<CodeFlag>13-191</CodeFlag>
<CodeFlag>13</CodeFlag>
<MeaningParameterDescription_en>Hail (less than 5 mm)</MeaningParameterDescription_en>
<Status>Operational</Status>
</GRIB2_CodeFlag_en>
<GRIB2_CodeFlag_en>
<Title_en>Code table 4.201 - Precipitation type</Title_en>
<CodeFlag>14</CodeFlag>
<MeaningParameterDescription_en>Hail (greater than or equal to 5 mm)</MeaningParameterDescription_en>
<Status>Operational</Status>
</GRIB2_CodeFlag_en>
<GRIB2_CodeFlag_en>
<Title_en>Code table 4.201 - Precipitation type</Title_en>
<CodeFlag>15-191</CodeFlag>
<MeaningParameterDescription_en>Reserved</MeaningParameterDescription_en>
<Status>Operational</Status>
</GRIB2_CodeFlag_en>
Expand Down

0 comments on commit 6321adc

Please sign in to comment.