sawyereliassensolver.jl
Pseudo-spectral Sawyer-Eliassen solver with implicit timestepping for arbitrary balanced background flows.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.4%) to scientific vocabulary
Keywords
geophysical-fluid-dynamics
Last synced: 6 months ago
·
JSON representation
·
Repository
Pseudo-spectral Sawyer-Eliassen solver with implicit timestepping for arbitrary balanced background flows.
Basic Info
- Host: GitHub
- Owner: Jamie-Hilditch
- License: mit
- Language: Julia
- Default Branch: main
- Homepage: https://jamie-hilditch.github.io/SawyerEliassenSolver.jl/
- Size: 53.6 MB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
- Releases: 0
Topics
geophysical-fluid-dynamics
Created about 2 years ago
· Last pushed 6 months ago
Metadata Files
Readme
License
Citation
README.md
SawyerEliassenSolver.jl
A fast pseudospectral solver for the Sawyer-Eliassen equation.
About
- Solves the forced Sawyer-Eliassen equation.
- Utilises pseudospectral discretisation and implicit time-stepping.
- Run relatively large simulations (e.g. 1024x1024 grid) in a matter of minutes on a laptop.
Installation
SawyerEliassenSolver.jl can be installed using the Julia package manager.
```julia julia> using Pkg
julia> Pkg.add("SawyerEliassenSolver") ```
[!IMPORTANT] Julia 1.8 or later is required
SawyerEliassenSolver.jl is tested on Julia 1.8–1.11.
Citing
See CITATION.bib for the relevant reference(s).
Owner
- Login: Jamie-Hilditch
- Kind: user
- Repositories: 2
- Profile: https://github.com/Jamie-Hilditch
Citation (CITATION.bib)
@misc{SawyerEliassenSolver.jl,
author = {Jamie Hilditch <hilditch@stanford.edu> and contributors},
title = {SawyerEliassenSolver.jl},
url = {https://github.com/Jamie-Hilditch/SawyerEliassenSolver.jl},
version = {v1.0.0-DEV},
year = {2024},
month = {1}
}
GitHub Events
Total
- Issues event: 8
- Watch event: 1
- Delete event: 11
- Push event: 56
- Pull request review event: 3
- Pull request event: 36
- Pull request review comment event: 25
- Create event: 13
Last Year
- Issues event: 8
- Watch event: 1
- Delete event: 11
- Push event: 56
- Pull request review event: 3
- Pull request event: 36
- Pull request review comment event: 25
- Create event: 13
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 5
- Total pull requests: 16
- Average time to close issues: 9 days
- Average time to close pull requests: about 1 hour
- Total issue authors: 1
- Total pull request authors: 3
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 9
Past Year
- Issues: 5
- Pull requests: 16
- Average time to close issues: 9 days
- Average time to close pull requests: about 1 hour
- Issue authors: 1
- Pull request authors: 3
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 9
Top Authors
Issue Authors
- Jamie-Hilditch (5)
Pull Request Authors
- github-actions[bot] (7)
- Jamie-Hilditch (7)
- dependabot[bot] (2)
Top Labels
Issue Labels
bug (2)
tests (1)
Pull Request Labels
formatting (7)
automated pr (7)
no changelog (7)
dependencies (2)
github_actions (2)
Dependencies
.github/workflows/CI.yml
actions
- actions/checkout v4 composite
- julia-actions/cache v1 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-docdeploy v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v1 composite
.github/workflows/CompatHelper.yml
actions
.github/workflows/TagBot.yml
actions
- JuliaRegistries/TagBot v1 composite