What's Changed
This release supports more accurate topography regridded from SRTM15, but also still supports the previous ETOPO5 topography (sufficient for configurations with horizontal resolution > O(5km)). Moreover, the land mask is improved since it is now inferred from a separate coastline dataset rather than from the regridded topography.
Please note that the topography format is no longer backward compatible. The syntax for specifying the topography source has changed. The new format is:
grid = Grid(topography_source={"name": "ETOPO5"})
Instead of the previous format:
grid = Grid(topography_source="ETOPO5")
PRs:
* Regrid from SRTM15 topography by NoraLoose in https://github.com/CWorthy-ocean/roms-tools/pull/172
**Full Changelog**: https://github.com/CWorthy-ocean/roms-tools/compare/v1.7.0...v2.0.0