Skip to content

Commit

Permalink
Update STEMMUS_SCOPE_exe.m
Browse files Browse the repository at this point in the history
  • Loading branch information
MostafaGomaa93 authored Feb 29, 2024
1 parent d4b2fa6 commit 3402f3b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/STEMMUS_SCOPE_exe.m
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3402f3b

Please sign in to comment.