MetOffice / MetOffice/lfric_core
Clock to support step fractions
- Dominant language
- Fortran
- Stars
- 26
- Forks
- 73
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 4
Description
Science developers often want to know how long a fraction of the step is. Usually a half. This is something the clock should be able to tell them so they don't have to muck about.
They also often want the answer at a certain precision (real kind) so an option to do this rather than returning `r_second` should be considered.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the clock implementation and its existing r_second return path; review how step fractions and real-kind precision are represented. Done means the clock can report a requested fraction of a step, including a half step, at the requested precision rather than always returning r_second.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fortran
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100