CliMA / CliMA/ClimaAnalysis.jl
read_var doesn't automatically convert dates to seconds since start date
- Dominant language
- Julia
- Stars
- 12
- Forks
- 5
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 3
Description
The function `read_var` doesn't automatically convert dates to seconds since start date.
This isn't a problem right now, since `read_var` is only called directly from `SimDir` and the diagnostics that are saved use the convention that time is seconds since start date rather than the dates themselves.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the read_var implementation and its call sites from SimDir, then inspect how date values and the seconds-since-start-date convention are handled. Done means read_var automatically converts dates to seconds since the start date without disrupting the diagnostics convention.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100