Page 1 of 1

Error unrecognized CustomOutput "Continuous" option

Posted: Fri Jul 06, 2018 5:00 pm
by kims3411
Hello,

In the rvi file one of the custom output options I specified is:
:CustomOutput DAILY CONTINUOUS From:Snow BY_HRU (same one as shown in pg 116 of Raven v2.8 manual)

But I get error message (Raven doesn't run either):
Error: ParseMainInputFile: unrecognized custom ouput processing method

Is "continuous" option not available currently?


Thank you

Re: Error unrecognized CustomOutput "Continuous" option

Posted: Mon Jul 09, 2018 9:31 am
by jrcraig
Hi - the 'continuous' option is for time aggregation, thus you cannot have DAILY and CONTINUOUS in the same custom output command.

:CustomOutput CONTINUOUS AVERAGE From:Snow BY_HRU

is likely what you want. Thanks for finding this issue in the manual.