CRRA update

This commit is contained in:
Richard Mladek 2019-10-25 15:59:09 +01:00
parent 0983ed9e64
commit 528c293e3b
1 changed files with 2 additions and 1 deletions

View File

@ -1253,7 +1253,7 @@ static void verify(grib_handle* h)
}
if (is_uerra){
if (is_crra){
if (is_crra && is_uerra){
CHECK(eq(h,"productionStatusOfProcessedData",10)||eq(h,"productionStatusOfProcessedData",11)); /* CRRA prod||test */
}
else
@ -1389,6 +1389,7 @@ static void usage()
printf(" -s: check s2s fields\n");
printf(" -r: check s2s reforecast fields\n");
printf(" -u: check uerra fields\n");
printf(" -c: check crra fields (-u must be also used in this case)\n");
exit(1);
}