ruins.apps.extremes#

Module Contents#

Functions#

user_input_defaults()

timeslice_observed_data(dataManager, t1, t2, slr)

create_initial_x_dataset(tide_data, hourly_recharge)

create_model_runs_list(all_kge_canal_par_df, kge, ...)

flood_model(dataManager, config, **kwargs)

Version of the flooding model in which the user can play around with the parameters.

concept_explainer(config, **kwargs)

Show an explanation, if it was not already shown.

main_app(**kwargs)

Attributes#

_INTRO_EN

_INTRO_DE

ruins.apps.extremes._INTRO_EN#
ruins.apps.extremes._INTRO_DE#
ruins.apps.extremes.user_input_defaults()#
ruins.apps.extremes.timeslice_observed_data(dataManager: ruins.core.DataManager, t1, t2, slr)#
ruins.apps.extremes.create_initial_x_dataset(tide_data, hourly_recharge)#
ruins.apps.extremes.create_model_runs_list(all_kge_canal_par_df, kge, canal_flow_scale, canal_area, x_df, advance_pump, maxdh)#
ruins.apps.extremes.flood_model(dataManager: ruins.core.DataManager, config: ruins.core.Config, **kwargs)#

Version of the flooding model in which the user can play around with the parameters.

ruins.apps.extremes.concept_explainer(config: ruins.core.Config, **kwargs)#

Show an explanation, if it was not already shown.

ruins.apps.extremes.main_app(**kwargs)#