CliMA / CliMA/ClimaUtilities.jl
Use `PeriodicCalendar` as extrapolation boundary condition
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 8
- Forks
- 2
- Avg merge
- 2h 34m
- Merged PRs (30d)
- 1
Description
Sometimes, we want to run long simulations and we have limited data. In these cases, it would be helpful if PeriodicCalendar could support the following mode:
- For the dates we have data, use the data
- For the dates we don't have data, repeat the defined boundary periods
For example, this would allow one to have data from 2000 to 2010, and run up to 2020 repeating the 2010 data.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the PeriodicCalendar definition and its existing handling of dates outside the available data range. Trace how boundary periods are selected, then add coverage for data from 2000–2010 being repeated through 2020; done means in-range dates still use their data and extrapolated dates repeat the defined boundary period.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100