Get output data for each model
Arguments
- config_file
filepath; To LER config yaml file. Only used if model = 'GOTM'
- model
character; Model for which scaling parameters will be applied. Options include c('GOTM', 'GLM', 'Simstrat', 'FLake')
- vars
vector; variables to extract from FLake output. Currently just temp and ice
- obs_depths
vector; Observation depths. Defaults to NULL
- folder
filepath; to folder which contains the model folders generated by export_config(). Defaults to '.'
- out_time
vector; of output time values to subset data by.
- out_hour
numeric; hour of output time values to subset data. Only used for FLake if model time step is 86400s.