roms_tools.CDRForcing.plot_locations#
- CDRForcing.plot_locations(release_names: list[str] | str = 'all')#
Plot centers of release locations in top-down view.
- Parameters:
release_names (list of str or "all", optional) – A list of release names to plot. If “all”, the method will plot all releases. The default is “all”.
- Raises:
ValueError – If release_names is not a list of strings or “all”. If any of the specified release names do not exist in self.releases. If self.grid is not set.