mirror of https://github.com/ecmwf/eccodes.git
ECC-1301: add new Centre UFZ in Common Code table 11
This commit is contained in:
parent
7fd187d568
commit
3a78fc5fd6
|
@ -142,5 +142,5 @@
|
|||
288 288 Togo (NMC)
|
||||
289 289 Zambia (NMC)
|
||||
291 anso Alliance of International Science Organizations (Beijing, China)
|
||||
|
||||
292 ufz Helmholtz Centre for Environmental Research
|
||||
65535 65535 Missing value
|
||||
|
|
|
@ -775,6 +775,8 @@ static const char* codes_bufr_header_get_centre_name(long edition, long centre_c
|
|||
return "consensus";
|
||||
case 291:
|
||||
return "anso";
|
||||
case 292:
|
||||
return "ufz";
|
||||
default:
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue