Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
4b38583
Add initial implementation SpeedyWeather integration
matt-graham Sep 12, 2024
b224811
Update SpeedyWeather version
matt-graham Nov 29, 2024
bf2848d
Fix mapping state vector to/from spectral coeffs
matt-graham Dec 2, 2024
3fc0cc3
Update SpeedyWeather/Project.toml
matt-graham Dec 2, 2024
1960393
Add basic observation model implementation
matt-graham Dec 16, 2024
73f751a
Fix typo in field name
matt-graham Dec 16, 2024
342c9d5
Add method for recording model metadata
matt-graham Dec 16, 2024
3ccaa22
Disable progress meter
matt-graham Dec 16, 2024
da9d892
Use views in state updates to avoid copy
matt-graham Dec 16, 2024
8bac55f
Explicitly set start date
matt-graham Dec 16, 2024
86da18c
Convert date to string when recording parameters
matt-graham Dec 16, 2024
5a39ef9
Renaming to avoid name clash
matt-graham Dec 16, 2024
56e502d
Add name to project metadata
matt-graham Dec 16, 2024
026ff98
Correct longitude interval
matt-graham Dec 18, 2024
e4f1be5
Zero last row first column coefficient when updating
matt-graham Dec 18, 2024
8a27be5
Renaming top-level package source file
matt-graham Dec 18, 2024
371f478
Add initial tests
matt-graham Dec 18, 2024
a93b02a
Decouple update functions from SpeedyModel type
matt-graham Dec 18, 2024
c3e8bf8
Add tests for state update functions
matt-graham Dec 18, 2024
c07a900
Expose leapfrog step to update as argument
matt-graham Dec 19, 2024
94023e8
Generalise treatment of surface variables
matt-graham Dec 19, 2024
6442e67
Factor out clock update function
matt-graham Dec 19, 2024
21248a0
Factor out function to update diagnostic variables from state
matt-graham Dec 19, 2024
bbecbb7
Zero second leapfrog step coefficients when updating prognostic varia…
matt-graham Dec 19, 2024
e226ea2
Factor out function for mapping over spectral coefficients and state …
matt-graham Dec 20, 2024
27a6bfd
Further generalise function for mapping over slices
matt-graham Feb 5, 2025
7db36bf
Add stochastic state updates and initialisation
matt-graham Feb 5, 2025
0da5124
Adjust default noise scales to be per variable
matt-graham Feb 6, 2025
f266556
Refactor model metadata write to dispatch on val type
matt-graham Feb 6, 2025
1dd4f03
Fix comment typo and whitespacing
matt-graham Feb 6, 2025
40e2a75
Avoid repetition in vector updates
matt-graham Feb 6, 2025
4368186
Correct GRF parameterization
matt-graham Feb 6, 2025
2cc1d65
Allowing use of multiple tasks
matt-graham Feb 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading