Skip to content

Commit

Permalink
Update src/STEMMUS_SCOPE.m
Browse files Browse the repository at this point in the history
Co-authored-by: Bart Schilperoort <[email protected]>
  • Loading branch information
SarahAlidoost and BSchilperoort committed Oct 17, 2023
1 parent 00eb564 commit 02556cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/STEMMUS_SCOPE.m
Original file line number Diff line number Diff line change
Expand Up @@ -743,8 +743,8 @@
SoilVariables.Theta_I = Theta_I;

% replace run ObservationPoints, see issue 101
Sim_Theta_U(KT, 1:length(Moni_Depth_SM)) = Theta_UUU(Moni_Depth_SM, 1, KT);
Sim_Temp(KT, 1:length(Moni_Depth)) = TTT(Moni_Depth, KT);
Sim_Theta_U(KT, 1:length(monitorDepthSoilMoisture)) = Theta_UUU(monitorDepthSoilMoisture, 1, KT);
Sim_Temp(KT, 1:length(monitorDepthTemperature)) = TTT(monitorDepthTemperature, KT);
end
if (TEND - TIME) < 1E-3
for MN = 1:NN
Expand Down

0 comments on commit 02556cf

Please sign in to comment.