GRIB2 product template selection: WIP

This commit is contained in:
Shahram Najm 2024-10-18 15:10:42 +00:00
parent df09c61a57
commit 26a74b05ec
1 changed files with 5 additions and 5 deletions

View File

@ -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) {