Skip to content

Commit 023631e

Browse files
Fix pre-existing typo.
Co-authored-by: Samuel Levis <slevis@ucar.edu>
1 parent b870b8b commit 023631e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/biogeochem/CNPhenologyMod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2692,7 +2692,7 @@ subroutine CropPhase_OnePatch( &
26922692
crop_phase = cphase_leafemerge
26932693
else if (hui >= huigrain) then
26942694
! 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
2695+
! we're in the grainfill stage: if we were past gddmaturity then croplive
26962696
! would be false.
26972697
crop_phase = cphase_grainfill
26982698
end if

0 commit comments

Comments
 (0)