Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion C11.csv
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ CREX2,GRIB2_BUFR4,OriginatingGeneratingCentre_en,Status
00320,320,Radiation and Nuclear Safety Authority (Finland),Operational
00321,321,State Office for Nuclear Safety (Czechia),Operational
00322,322,Nuclear Regulation Authority (Slovakia),Operational
00323-65534,323-65534,Reserved for other centres,Operational
00323,323,Weather Prediction Model Intercomparison Project (WP-MIP),Operational
00324-65534,324-65534,Reserved for other centres,Operational
65535,65535,Missing value,Operational
65536-99999,Not applicable,Not used,Operational
10 changes: 8 additions & 2 deletions xml/C11.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1921,8 +1921,14 @@
<Status>Operational</Status>
</C11>
<C11>
<CREX2>00323-65534</CREX2>
<GRIB2_BUFR4>323-65534</GRIB2_BUFR4>
<CREX2>00323</CREX2>
<GRIB2_BUFR4>323</GRIB2_BUFR4>
<OriginatingGeneratingCentre_en>Weather Prediction Model Intercomparison Project (WP-MIP)</OriginatingGeneratingCentre_en>
<Status>Operational</Status>
</C11>
<C11>
<CREX2>00324-65534</CREX2>
<GRIB2_BUFR4>324-65534</GRIB2_BUFR4>
<OriginatingGeneratingCentre_en>Reserved for other centres</OriginatingGeneratingCentre_en>
<Status>Operational</Status>
</C11>
Expand Down