S4 Class representing AEME data
Details
This class represents data related to a lake for running AEME. Items in bold are required to run the models.
Slots
lakeA list representing lake information.
name: character; lake name.id: character; lake identifier.latitude: numeric; lake latitude.longitude: numeric; lake longitude.elevation: numeric; lake elevation.depth: numeric; lake depth.area: numeric; lake area.
timeA list representing time information.
start: character; start date.stop: character; end date.timestep: numeric; time step.spin_up: list; spin up information for each model
configurationA list representing each model's configuration.
model_controls: dataframe; Model controls for simulation.dy_cd: list; DYRESM-CAEDYM configuration.glm_aed: list; GLM-AED configuration.gotm_wet: list; GOTM-WET configuration.
observationsA list representing observation information.
lake: dataframe; lake observations.level: dataframe; lake level observations.
inputA list representing input information.
init_profile: dataframe; initial temperature profile (if none use NULL or leave empty; if empty/NULL, the observations file will be used).init_depth: numeric; initial height of lake surface relative to the bottom (m).hypsograph: dataframe; hypsograph.meteo: dataframe; meteorological data.use_lw: logical; use longwave radiation.Kw: numeric; light extinction coefficient (m-1).
inflowsA list representing inflows information.
data: named list of inflow dataframes.factor: named list; inflow factors for each model.
outflowsA list representing outflows information.
data: named list of outflow dataframes.factor: named list; outflow factors for each model.lvl: numeric; height of lake level outflow.
water_balanceA list representing water balance information.
method: integer; Method for calculating water balance. 1 = none, 2 = outflows, 3 = inflows and outflows.use: character; Can be 'obs' or 'mod'. Use observations or modelled data for water balance.data: list of dataframe for water balance.
outputA list representing output information.
dy_cd: list; DYRESM-CAEDYM output.glm_aed: list; GLM-AED output.gotm_wet: list; GOTM-WET output.
parametersA dataframe representing model parameters.
