diff --git a/src/STEMMUS_SCOPE_exe.m b/src/STEMMUS_SCOPE_exe.m index 6dad3db2..d73c4a55 100644 --- a/src/STEMMUS_SCOPE_exe.m +++ b/src/STEMMUS_SCOPE_exe.m @@ -25,10 +25,8 @@ function STEMMUS_SCOPE_exe(config_file, runMode) 'SiteProperties', ... % Site properties (e.g. lat, lon) 'fluxes', ... % Atmospheric fluxes 'TT', ... % Soil temperature over depth - 'Sim_Theta_U', % Soil moisture over depth, added by Mostafa - 'GroundwaterCoupling', % Variable with value = 0 -> deactivate Groundwater coupling, or = 1 -> activate Groundwater coupling, added by Mostafa - 'headBotmLayer', % head at bottom layer, added by Mostafa - 'indexBotmLayer', % index of bottom layer that contains current headBotmLayers, added by Mostafa + 'SoilVariables', ... % Structure that includes different variables of soil moisture, added by Mostafa + 'GroundwaterSettings', ... % added by Mostafa }; %#ok % Variables for tracking the state of the model initialization: