Skip to content

Commit

Permalink
Revise the code based on MISS style
Browse files Browse the repository at this point in the history
  • Loading branch information
DanyangYu committed Jan 7, 2025
1 parent 9433fdc commit 22abb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/+wofost/cropgrowth.m
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
% calculation of specific leaf area in case of exponential growth:
slat = wofost.afgen(WofostPar.SLATB, dvs);
if laiexp < 6
dteff = max(0, tav - WofostPar.TBASE); % effective temperature
dteff = max(0, tav - WofostPar.TBASE); % effective temperature
glaiex = laiexp * WofostPar.RGRLAI * dteff * delt; % exponential growth
laiexp = laiexp + glaiex;

Expand Down

0 comments on commit 22abb53

Please sign in to comment.