rchlumsk / RavenR

R package for handling Raven hydrologic modelling framework inputs, outputs, and diagnostics
36 stars 16 forks source link

request for updating ProcConnTable file in the rvn_rvi_connections #82

Closed rarabzad closed 6 months ago

rarabzad commented 3 years ago

The fragmented plots generated by rvn_rvi_process_plot is due to the bad "connection" object inherited from function rvn_rvi_connections. Digging into the rvn_rvi_connections, sounds that it is working properly in terms of comparing the user-selected algorithms in the rvi file. However, for process algorithms not found in the processes master file (ProcConnTable), but recognizable by Raven, the rvn_rvi_connections will skip those algorithms and apparently will be omitted in the connections object.

rarabzad commented 3 years ago

Working on it to update the dat file and probably the plot function will work afterward

rchlumsk commented 3 years ago

Thanks Rezgar!

I will still need to make some updates here and test it with the latest additions, including merging in changes from your repo