mirror of https://github.com/ecmwf/eccodes.git
ECC-1192: Originating Centre: Update the details for the WMO code 291
This commit is contained in:
parent
83d1538b2f
commit
f176b4354d
|
@ -141,6 +141,6 @@
|
||||||
287 287 Swaziland (NMC)
|
287 287 Swaziland (NMC)
|
||||||
288 288 Togo (NMC)
|
288 288 Togo (NMC)
|
||||||
289 289 Zambia (NMC)
|
289 289 Zambia (NMC)
|
||||||
291 iapc Institute of Atmospheric Physics (Chinese Academy of Sciences)
|
291 anso Alliance of International Science Organizations (Beijing, China)
|
||||||
|
|
||||||
65535 65535 Missing value
|
65535 65535 Missing value
|
||||||
|
|
|
@ -774,7 +774,7 @@ static const char* codes_bufr_header_get_centre_name(long edition, long centre_c
|
||||||
case 255:
|
case 255:
|
||||||
return "consensus";
|
return "consensus";
|
||||||
case 291:
|
case 291:
|
||||||
return "iapc";
|
return "anso";
|
||||||
default:
|
default:
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue