Skip to content

Commit

Permalink
Merge pull request #57 from wknoben/bugfix-m08-evap-scaling
Browse files Browse the repository at this point in the history
Update m_08_us1_5p_2s.m
  • Loading branch information
wknoben authored Jul 8, 2024
2 parents 5e6a372 + a335bb4 commit bfeca6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MARRMoT/Models/Model files/m_08_us1_5p_2s.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
% Model reference
% Bai, Y., Wagener, T., & Reed, P. (2009). A top-down framework for
% watershed model evaluation and selection under uncertainty. Environmental
% Modelling & Software, 24(8), 901–916.
% Modelling & Software, 24(8), 901–916.
% http://doi.org/10.1016/j.envsoft.2008.12.012

properties
Expand Down Expand Up @@ -74,8 +74,8 @@
flux_eusei = interception_3(alpha_ei,P);
flux_eusveg = evap_8(S1,S2,m,fc*(smax-S2),Ep,delta_t);
flux_eusbs = evap_9(S1,S2,m,smax,Ep,delta_t);
flux_esatveg = evap_10(m,S2,S1+S2,Ep,delta_t);
flux_esatbs = evap_5(m,S2,S1+S2,Ep,delta_t);
flux_esatveg = evap_10(m,S2,smax,Ep,delta_t);
flux_esatbs = evap_5(m,S2,smax,Ep,delta_t);
flux_rg = saturation_1(P,S1,fc*(smax-S2));
flux_se = excess_1(S1,fc*(smax-S2),delta_t);
flux_qse = saturation_1(flux_rg+flux_se,S2,smax);
Expand All @@ -96,4 +96,4 @@
function obj = step(obj)
end
end
end
end

0 comments on commit bfeca6d

Please sign in to comment.