SfincsModel

config.SfincsModel()

The expected variables and data types of attributes of the Sfincs class.

Attributes

config : SfincsConfigModel

The configuration of the Sfincs model.

water_level : WaterlevelReferenceModel

The collection of all datums and the main reference datum.

dem : DemModel

The digital elevation model.

flood_frequency : FloodFrequencyModel, default = FloodFrequencyModel()

The flood frequency model.

slr : SlrScenariosModel

Specification of the sea level rise scenarios.

cyclone_track_database : CycloneTrackDatabaseModel, optional, default = None

The cyclone track database model.

scs : SCSModel, optional, default = None

The SCS model.

tide_gauge : TideGauge, optional, default = None

The tide gauge model.

river : list[RiverModel], optional, default = None

The river model.

obs_point : list[ObsPointModel], optional, default = None

The observation point model.

Back to top