The BOUT grid file is just another netCDF file, but we should read it and merge it into the dataset.
Ideally BOUT would be changed upstream so that it writes the grid data into the dump files, so that open_boutdataset() doesn't need another filepath argument.
The BOUT grid file is just another netCDF file, but we should read it and merge it into the dataset.
Ideally BOUT would be changed upstream so that it writes the grid data into the dump files, so that
open_boutdataset()doesn't need another filepath argument.