The function does the following: -state of Snow - state of water volume in Soil Moisture: Z(t) - state of Soil Water: EA(t), G(t), X(t) for soil and bogs - state of Soil Discharge: D(t), runoff - state of ddistAll: ddist, ddisx, S - state of Groundwater: MAGKAP,M,Saturation Layers

do.stateX(Timeresinsec, precipX, tempX, scaobX, snowX, soilMoistureX,
  snowReservoirX, soilWaterX, UH, ddistAllX, soilDischargeX, groundwaterX,
  modelPrecipLZ, modelTempLZ, modelSnow, modelSoilMoisture, modelSoil, modelBog,
  modelET, modelSoilWater, modelArea, modelLayer)

Arguments

Timeresinsec
time resolution of the process in second (1hour: 3600s, ... etc)
precipX
precipitation value
tempX
temperature value
scaobX
observed snow coverage
snowX
snow
soilMoistureX
soilMoisture
snowReservoirX
snowReservoir
soilWaterX
soilWater
UH
UH
ddistAllX
ddistAll
soilDischargeX
soilDischarge
groundwaterX
groundwater
modelPrecipLZ
list of parameters about PrecipLZ list(nbLevelZone,Plr,hfelt,midmetp)
modelTempLZ
list of parameters about TempLZ list(nbLevelZone,Tlr,hfelt,midmett)
modelSnow
list of parameters about Snow list(nbLevelZone,unitsnow,n0,Ws,TS,CX,CFR,CGLAC,gca,UP)
modelSoilMoisture
list of parameters about soilMoisture list(gtcel,CapacityUpperLevel=2000,mLam,varLam,distr)
modelSoil
list of parameters about Soil list(glacfrac)
modelBog
list of parameters about Bog list(maxL,speed,nbStepsDelay,z,distr,param)
modelET
list of parameters about Evapotranspiration list(cea)
modelSoilWater
list of parameters about Soil water list(R)
modelArea
list of parameters about Area list(totarea,slopesriverarea,nobognoglacarea,bogarea)
modelLayer
list of parameters about Layers list(maxL,speed,nbStepsDelay,z,distr,param,NoL)

Examples

## Not run: ------------------------------------ # do.stateX() ## ---------------------------------------------