Skip to content

Commit

Permalink
GRIB2 product template selection: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Oct 18, 2024
1 parent df09c61 commit 26a74b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/accessor/grib_accessor_class_concept.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 26a74b0

Please sign in to comment.