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)

Arguments

project_path

path to project directory (string)

variable

variable to match (string)

depth

an optional depth to select for (numeric)

verbose

print status? (boolean)

archived

is the project in /rswap_saved/?

Value

Returns a list of two dataframes, .$mod and .$obs. These two dataframes have identical dimensions and column names.

Details

This function is available since it might be of use to the end user.