NOAA-OWP / ngen-cal

Tools for calibrating and configuring NextGen
https://github.com/NOAA-OWP/ngen-cal/wiki
Other
9 stars 17 forks source link

Include other `t-route` output variants in `NgenOutput` hook #171

Open aaraney opened 2 months ago

aaraney commented 2 months ago

https://github.com/NOAA-OWP/ngen-cal/blob/6c62306f584cba0ec98f7e15f65aaaa75807c476/python/ngen_cal/src/ngen/cal/ngen_hooks/ngen_output.py#L103

Very limited support for t-route configured with csv_output and a title_string of Ngen. Broaden support of csv_output and add support for stream_output.

aaraney commented 2 months ago

I think all we need to do is add glob searches for flowveldepth_* and troute_output_*.

aaraney commented 2 months ago

See #153 for background on t-route output naming conventions.