John Caron

Results 107 comments of John Caron

Hi Yaqiang: No its not possible with the current version. One could modify the code to include the getNumberEnsembleForecasts() field in the definition of the EnsCoordValue, eg: `new EnsCoordValue(pdse.getPerturbationType(), pdse.getPerturbationNumber(),...

This has already been changed in 5.3 to: /** * Find a Variable, with the specified (escaped full) name. * It may possibly be nested in multiple groups and/or structures....

good catch. should be an easy fix. On Thu, Apr 29, 2021 at 10:26 PM Ethan Davis ***@***.***> wrote: > This CDL snippet: > > int vint(dim) ; > long...

Actually Im going to reopen this in case we want to backport.

1. Removing this test, the grid seems to parse ok. 2. So remove the test so you can see the record in ToolsUI. Open in IOSP/Grib2/Grib2Collection. context menu on the...

Hi @shahramn, thanks for reporting. That makes sense to me. @siggemannen: You say "In my files the octet value is 2." Is it possible you meant octet 11? Note that...

Seems possible its a cdo error. Perhaps check there also. I imagine correctly translating GRIB1 to GRIB2 in a generic way is difficult. Maybe we could accept octet12 == 0...

I see that kotlinx-coroutines-core has a mingwx64 target but not a mingwx86. Is there something about mingwx86 that makes it harder than mingwx64?