It would be useful if after the simulation, the simulated sequences (e.g. discharges) of each element of the 'sw1d_channel' instance could be accessed and saved, similar to how it is possible for elements of the land models. So far, only NaN values are being stored. Code example:
for element in hp.elements.search_keywords("LIAS"): element.model.sequences.fluxes["discharges"].save_series()