Ludwig
Results
2
issues of
Ludwig
Hi, I found a bug in nearest_extrap.py. This program shall find the nearest model data for locations where the model grid itself is NaN. To specify the search range, you...
Hi, in `read_FES_model.py` at the very end of `read_netcdf_file` you explicitly set the mask using `hc.mask = (amp.data == amp.fill_value) | (ph.data == ph.fill_value)` However, this doesn't work if fill_value...