Align observation depth data with model data
align_depth_data.Rd
Align observation depth data with model data
Arguments
- aeme
aeme; object.
- model
vector; of models to be used. Can be `dy_cd`, `glm_aed`, `gotm_wet`.
- var_sim
string; of variable to plot
- ens_n
numeric; ensemble number to allocate to model output which is loaded. Defaults to 1.
- return_df
logical; if TRUE, return a dataframe; if FALSE, return a list. Default is TRUE.
Value
A data frame with the following columns:
Date
: Date of observationdepth
: Depth of observationelev
: Elevation of observationModel
: Model namevar_sim
: Variable namevalue
: Value of the variabledepth_from
: Depth from which the variable is extracteddepth_to
: Depth to which the variable is extracted