Bug in /science/vegetation/crop_date_mod.F90
Open
Beginner friendly
- Dominant language
- Fortran
- Stars
- 23
- Forks
- 36
- Avg merge
- 5d 9h
- Merged PRs (30d)
- 3
Description
Within /science/vegetation/crop_date_mod.F90 the count variable icount gets reset to 0 each time it is called. This means the "after 1 day" if-loop is never entered, and the daily averages are not calculated correctly.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in /science/vegetation/crop_date_mod.F90 and trace where icount is initialized and how the routine is called across days. Verify the behavior over consecutive calls, then confirm that the "after 1 day" loop can run and that daily averages are calculated correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fortran
- Domain
- data
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 76/100