Skip to content

Commit

Permalink
Update src/+io/loadForcingData.m
Browse files Browse the repository at this point in the history
Co-authored-by: SarahAlidoost <[email protected]>
  • Loading branch information
MostafaGomaa93 and SarahAlidoost authored Jun 19, 2024
1 parent 1e0ce70 commit 64a7034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/+io/loadForcingData.m
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
% Outputs to be used by other functions
ForcingData.Tmin = min(ForcingData.Ta_msr);
ForcingData.Precip_msr = Precip_msr;
ForcingData.applied_inf = applied_inf;
% Applied infiltration (= precipitation after removal of Dunnian runoff)
ForcingData.applied_inf = Precip_msr; % later will be updated in the +soilmoisture/calculateBoundaryConditions file
ForcingData.R_Dunn = R_Dunn;
ForcingData.R_Hort = zeros(size(Precip_msr)); % will be updated in the +soilmoisture/calculateBoundaryConditions file
% Applied infiltration will be updated again in the +soilmoisture/calculateBoundaryConditions file after removal of Hortonian runoff
Expand Down

0 comments on commit 64a7034

Please sign in to comment.