This function is used internally to match observed values with modeled values in the same format, such that it is easy to pass them to performance indicators.
match_mod_obs(project_path, variable, depth = NULL, verbose = F, archived = F)
path to project directory (string)
variable to match (string)
an optional depth to select for (numeric)
print status? (boolean)
is the project in /rswap_saved/?
Returns a list of two dataframes, .$mod
and .$obs
. These two dataframes have identical dimensions and column names.
This function is available since it might be of use to the end user.