load_obs: Load observations

View source: R/load_obs.R

load_obsR Documentation

Load observations

Description

Load observations

Usage

load_obs(obs_daily_path, obs_sum_path, project_path, dailyVar, sumVar)

Arguments

obs_daily_path

Path to the file of daily observations

obs_sum_path

Path to the file of summary observations

project_path

Path to the directory of input files

dailyVar

Vector of the names of variables to estimate (variables from daily file)

sumVar

Vector of the names of variables to estimate (variables from summary file)

Value

List of observed values to use for parameter estimation A named list (names = situations names) of data.frame containing one column named Date with the dates (Date or POSIXct format) of the different observations and one column per observed variables with either the measured values or NA, if the variable is not observed at the given date


aafaf-arharas/SQoptimizR documentation built on March 25, 2022, 12:18 a.m.