[console_scripts]
rompy_xbeach = rompy_xbeach.cli:app

[rompy.config]
xbeach = rompy_xbeach.config:Config

[xbeach.data]
boundary_grid_param_jons:wave = rompy_xbeach.boundary:BoundaryGridParamJons
boundary_grid_param_jonstable:wave = rompy_xbeach.boundary:BoundaryGridParamJonstable
boundary_point_param_jons:wave = rompy_xbeach.boundary:BoundaryPointParamJons
boundary_point_param_jonstable:wave = rompy_xbeach.boundary:BoundaryPointParamJonstable
boundary_station_param_jons:wave = rompy_xbeach.boundary:BoundaryStationParamJons
boundary_station_param_jonstable:wave = rompy_xbeach.boundary:BoundaryStationParamJonstable
boundary_station_spectra_jons:wave = rompy_xbeach.boundary:BoundaryStationSpectraJons
boundary_station_spectra_jonstable:wave = rompy_xbeach.boundary:BoundaryStationSpectraJonstable
boundary_station_spectra_swan:wave = rompy_xbeach.boundary:BoundaryStationSpectraSwan
tide_cons_grid:tide = rompy_xbeach.forcing:TideConsGrid
tide_cons_point:tide = rompy_xbeach.forcing:TideConsPoint
water_level_grid:tide = rompy_xbeach.forcing:WaterLevelGrid
water_level_point:tide = rompy_xbeach.forcing:WaterLevelPoint
water_level_station:tide = rompy_xbeach.forcing:WaterLevelStation
wind_grid:wind = rompy_xbeach.forcing:WindGrid
wind_point:wind = rompy_xbeach.forcing:WindPoint
wind_station:wind = rompy_xbeach.forcing:WindStation

[xbeach.interpolator]
regular_grid = rompy_xbeach.interpolate:RegularGridInterpolator

[xbeach.source]
dataset:crs = rompy_xbeach.source:SourceCRSDataset
file:crs = rompy_xbeach.source:SourceCRSFile
geotiff:crs = rompy_xbeach.source:SourceGeotiff
intake:crs = rompy_xbeach.source:SourceCRSIntake
tide_cons_point_csv:tide_cons_point = rompy_xbeach.source:SourceTideConsPointCSV
xyz:crs = rompy_xbeach.source:SourceXYZ
