CliMA / CliMA/EnsembleKalmanProcesses.jl

[Breaking change] Include starting time (0) in `get_algorithm_time`

Open
#508 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
125
Forks
24
Avg merge
1d 18h
Merged PRs (30d)
5

Description

It seems useful if the entries of `get_algorithm_time` correspond to the ensembles in `get_u`/`get_g`. This would allow, for instance,
```julia
for (ensemble, t) in zip(get_u(ekp), get_algorithm_time(ekp))
# ...
end
```
Currently, the initial timepoint (`0`) is not included in `get_algorithm_time`, while the initial ensemble *is* in `get_u`.

Changing that might break people's code, however (including mine, now that I've worked around this).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.