diff --git a/notebooks/brabantse_delta/01_fix_model.py b/notebooks/brabantse_delta/01_fix_model.py index f3cfa34..64f553f 100644 --- a/notebooks/brabantse_delta/01_fix_model.py +++ b/notebooks/brabantse_delta/01_fix_model.py @@ -160,7 +160,7 @@ # %% write model model.use_validation = True -ribasim_fix_toml = cloud.joinpath(authority, "modellen", f"{authority}_fix_model", f"{name}.toml") +ribasim_toml = cloud.joinpath(authority, "modellen", f"{authority}_fix_model", f"{name}.toml") model.write(ribasim_toml) model.report_basin_area() model.report_internal_basins() diff --git a/notebooks/drents_overijsselse_delta/01_fix_model_network.py b/notebooks/drents_overijsselse_delta/01_fix_model.py similarity index 100% rename from notebooks/drents_overijsselse_delta/01_fix_model_network.py rename to notebooks/drents_overijsselse_delta/01_fix_model.py diff --git a/notebooks/hunze_en_aas/01_fix_model.py b/notebooks/hunze_en_aas/01_fix_model.py index b399b4f..cf83032 100644 --- a/notebooks/hunze_en_aas/01_fix_model.py +++ b/notebooks/hunze_en_aas/01_fix_model.py @@ -164,7 +164,7 @@ # %% write model model.use_validation = True -ribasim_fix_toml = cloud.joinpath(authority, "modellen", f"{authority}_fix_model", f"{name}.toml") +ribasim_toml = cloud.joinpath(authority, "modellen", f"{authority}_fix_model", f"{name}.toml") model.write(ribasim_toml) model.report_basin_area() model.report_internal_basins()