When the input data has at least 10 times coarser resolution than the metdata
and both are in lat lon projection, there can be an interpolation bug that give zero.
Shows clearly as vertical lines.
In file NetCDF_ml.f90
Lines 3190, 3198 and 3205, the number 10.0 must be multiplied by a factor Grid_resolution/GRIDWIDTH_M:
When the input data has at least 10 times coarser resolution than the metdata and both are in lat lon projection, there can be an interpolation bug that give zero. Shows clearly as vertical lines. In file NetCDF_ml.f90 Lines 3190, 3198 and 3205, the number 10.0 must be multiplied by a factor Grid_resolution/GRIDWIDTH_M: