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

Error message not helpful #14

Closed dcesari closed 8 years ago

dcesari commented 8 years ago
vg6d_getpoint --trans-type=inter --sub-type=linear --lon=11.34000 --lat=44.50000 \
    input.grib output.bufr

gives the following subinformational or misleading error message

[stderr] ERROR    getpoint.grid_transform_class.transform - horizontal interpolation
[stderr] ERROR    getpoint.grid_transform_class.transform - inconsistent input shape: 2147483647,2147483647 /= 297,313

(the correct command line would be linear->bilin)