Skip to content
Snippets Groups Projects
Commit 0727d8fa authored by Leon Trojan's avatar Leon Trojan
Browse files

added warning for paths to read_sim_data

parent ec4d7841
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ def read_sim_data( ...@@ -34,6 +34,7 @@ def read_sim_data(
events: list of events, res1d files for each event are found by inserting the event into a hard coded pattern. events: list of events, res1d files for each event are found by inserting the event into a hard coded pattern.
st_mass_balance_storages: if st data is read, these storages use a mass balance instead of concentration from outflow_reaches st_mass_balance_storages: if st data is read, these storages use a mass balance instead of concentration from outflow_reaches
""" """
warn("Patterns to find files are currently hard coded, adjust variables named *_path inside this file to match your project.")
dataset_reaches: dict[str, pd.Series] = _create_reach_series(storage_struct) dataset_reaches: dict[str, pd.Series] = _create_reach_series(storage_struct)
# For the inflow, we also need to add the flow from catchments that connect into the storage space. # For the inflow, we also need to add the flow from catchments that connect into the storage space.
storage_catchments = {} storage_catchments = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment