Open aaraney opened 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.
t-route
csv_output
title_string
Ngen
stream_output
I think all we need to do is add glob searches for flowveldepth_* and troute_output_*.
flowveldepth_*
troute_output_*
See #153 for background on t-route output naming conventions.
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 withcsv_output
and atitle_string
ofNgen
. Broaden support ofcsv_output
and add support forstream_output
.