Skip to content

Commit

Permalink
Bump ECMWF version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mpartio committed Nov 12, 2024
1 parent 676312e commit b3ff81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion himan-plugins/source/grib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2741,7 +2741,7 @@ himan::producer ReadProducer(const search_options& options, const NFmiGribMessag
return prod;
}

if (process <= 153 && process >= 142)
if (process <= 154 && process >= 142)
{
if (message.ForecastType() <= 2)
{
Expand Down

0 comments on commit b3ff81c

Please sign in to comment.