Closed dcesari closed 5 months ago
The following 2 lines of code https://github.com/ARPA-SIMC/libsim/blob/6e949c195fe9c000f01b52236f4fa8fc449a5258/volgrid6d/grid_id_class.F90#L964 have been commented because in most cases they are a repetition, but when the volume is created from scratch + generic grib template, this forces to add a non-obvious CALL export(gridinfo) (see, e.g. netcdf2grib1_SIMC.f90), otherwise eccodes errors appear. Shall we restore those lines?
CALL export(gridinfo)
Reintroduced in 2cb084cfffc7716a0281e4f043b03d1d4734225c.
The following 2 lines of code https://github.com/ARPA-SIMC/libsim/blob/6e949c195fe9c000f01b52236f4fa8fc449a5258/volgrid6d/grid_id_class.F90#L964 have been commented because in most cases they are a repetition, but when the volume is created from scratch + generic grib template, this forces to add a non-obvious
CALL export(gridinfo)
(see, e.g. netcdf2grib1_SIMC.f90), otherwise eccodes errors appear. Shall we restore those lines?