Skip to content

Commit

Permalink
Removed a TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsrabin committed Oct 5, 2023
1 parent d43c617 commit c8d6754
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/biogeochem/CNPhenologyMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2688,7 +2688,6 @@ function DaysPastPlanting(idop, jday_in)
else
! As long as crops have at most a 365-day growing season, using get_curr_days_per_year()
! should give the same result of this function as using get_prev_days_per_year().
! TODO: Test identicality when using get_prev_days_per_year().
DaysPastPlanting = jday - idop + get_curr_days_per_year()
end if

Expand Down

0 comments on commit c8d6754

Please sign in to comment.