ARPA-SIMC / libsim

Command-line utilities and fortran modules for meteorological data processing
GNU General Public License v2.0
7 stars 1 forks source link

Check commented code #103

Closed dcesari closed 5 months ago

dcesari commented 1 year 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?

dcesari commented 5 months ago

Reintroduced in 2cb084cfffc7716a0281e4f043b03d1d4734225c.