We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b870b8b commit 023631eCopy full SHA for 023631e
src/biogeochem/CNPhenologyMod.F90
@@ -2692,7 +2692,7 @@ subroutine CropPhase_OnePatch( &
2692
crop_phase = cphase_leafemerge
2693
else if (hui >= huigrain) then
2694
! Since we know croplive is true, any hui greater than huigrain implies that
2695
- ! we're in the grainfill stage: if we were passt gddmaturity then croplive
+ ! we're in the grainfill stage: if we were past gddmaturity then croplive
2696
! would be false.
2697
crop_phase = cphase_grainfill
2698
end if
0 commit comments