mirror of https://github.com/ecmwf/eccodes.git
GRIB2 product template selection: WIP
This commit is contained in:
parent
df09c61a57
commit
26a74b05ec
|
@ -383,11 +383,11 @@ static int grib_concept_apply(grib_accessor* a, const char* name)
|
|||
grib_set_values(h, &values[i], 1);
|
||||
}
|
||||
}
|
||||
else if (STR_EQUAL(values[i].name, "sourceSinkChemicalPhysicalProcess")) {
|
||||
if (grib_set_long(h, "is_chemical_srcsink", 1) == GRIB_SUCCESS) {
|
||||
resubmit = true;
|
||||
}
|
||||
}
|
||||
// else if (STR_EQUAL(values[i].name, "sourceSinkChemicalPhysicalProcess")) {
|
||||
// if (grib_set_long(h, "is_chemical_srcsink", 1) == GRIB_SUCCESS) {
|
||||
// resubmit = true;
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
if (resubmit) {
|
||||
|
|
Loading…
Reference in New Issue