CliMA / CliMA/ClimaUtilities.jl

Use `PeriodicCalendar` as extrapolation boundary condition

Open
#155 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

new feature 💡
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.