ClimaAtmos.jl

A library for building atmospheric circulation models that is designed from the outset to leverage data assimilation and machine learning tools.
https://github.com/CliMA/ClimaAtmos.jl

Category: Atmosphere
Sub Category: Atmospheric Composition and Dynamics

Keywords

climate data-assimilation fluid-dynamics julia machine-learning optimization

Keywords from Contributors

climate-change ode transforms numerical composibility ocean measur sciml ordinary-differential-equations differentialequations

Last synced: about 19 hours ago
JSON representation

Repository metadata

ClimaAtmos.jl is a library for building atmospheric circulation models that is designed from the outset to leverage data assimilation and machine learning tools. We welcome contributions!

README.md

docsbuild
dev
ghaci
buildkite
codecov
discussions
col-prac
downloads

ClimaAtmos.jl is the atmosphere components of the CliMA software stack. We strive for a user interface that makes ClimaAtmos.jl as friendly and intuitive to use as possible, allowing users to focus on the science.

Installation instructions

Recommended Julia: Stable release v1.10.0

ClimaAtmos.jl is a registered Julia package. To install

julia> using Pkg

julia> Pkg.add("ClimaAtmos")

Alternatively, download the ClimaAtmos
source with:

$ git clone https://github.com/CliMA/ClimaAtmos.jl.git

Now change into the ClimaAtmos.jl directory with

$ cd ClimaAtmos.jl

To use ClimaAtmos, you need to instantiate all dependencies with:

$ julia --project
julia> ]
(ClimaAtmos) pkg> instantiate

Running instructions

Currently, the simulations are stored in the test folder. Run all the test cases with the following commands.

First, we instantiate the test environment, by launching (from ClimaAtmos.jl/) Julia with the test/ environment active:

$ julia --project=test

Then, once in the Julia REPL, we switch to the package manager by pressing ]:

julia> ]

Once in the package manager, we develop the ClimaAtmos.jl/ directory:

test> dev .

Now, we can switch back to the Julia REPL by escaping and run the test suite interactively:

julia> include(joinpath("test", "runtests.jl"))

Or escape the Julia REPL and run from the command line:

$ julia --project=test test/runtests.jl

If you run into issues when running the test suite this way, please open an issue.

Contributing

If you're interested in contributing to the development of ClimaAtmos we want your help no matter how big or small a contribution you make! It's always great to have new people look at the code with fresh eyes: you will see errors that other developers have missed.

Let us know by opening an issue if you'd like to work on a new feature.

Here is the rule of thumb coding style and unicode usage restrictions.

For more information, check out our contributor's guide.


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: about 22 hours ago

Total Commits: 3,149
Total Committers: 49
Avg Commits per committer: 64.265
Development Distribution Score (DDS): 0.66

Commits in past year: 610
Committers in past year: 26
Avg Commits per committer in past year: 23.462
Development Distribution Score (DDS) in past year: 0.749

Name Email Commits
Charles Kawczynski k****s@g****m 1071
Zhaoyi Shen 1****1 550
Gabriele Bozzola g****a@c****u 370
Anna Jaruga a****a@c****u 163
Jia He j****h@g****m 124
Simon Byrne s****e@g****m 113
nefrathenrici n****i@g****m 95
bischtob t****f@p****e 80
Valeria Barra v****1@g****m 71
Akshay Sridhar a****r@c****u 66
Dennis Yatunin d****n@g****m 64
sriharshakandala s****s@g****m 56
sandreza a****a@g****m 56
Julia Sloan j****n@c****u 32
CompatHelper Julia c****y@j****g 31
costachris c****a@g****m 28
Haakon Ludvig Langeland Ervik 4****e 26
yairchn y****n@c****u 21
Kevin Phan 9****v 17
Akshay Sridhar a****r@c****u 12
github-actions[bot] 4****] 11
LenkaNovak l****a@c****u 10
Gregory Wagner w****g@g****m 8
Alexis Renchon a****n@g****m 8
Akshay Sridhar a****r@A****l 6
imreddyTeja t****5@g****m 5
Julian Schmitt j****t@c****u 5
Jeff Yoder j****r@u****u 5
Anudhyan Boral a****n@g****m 5
Etienne Casanova e****a@g****m 4
and 19 more...

Committer domains:


Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 665
Total pull requests: 1,877
Average time to close issues: 3 months
Average time to close pull requests: 13 days
Total issue authors: 32
Total pull request authors: 39
Average comments per issue: 1.95
Average comments per pull request: 1.86
Merged pull request: 1,294
Bot issues: 0
Bot pull requests: 104

Past year issues: 157
Past year pull requests: 752
Past year average time to close issues: about 2 months
Past year average time to close pull requests: 5 days
Past year issue authors: 16
Past year pull request authors: 28
Past year average comments per issue: 0.96
Past year average comments per pull request: 1.09
Past year merged pull request: 540
Past year bot issues: 0
Past year bot pull requests: 24

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/CliMA/ClimaAtmos.jl

Top Issue Authors

  • szy21 (218)
  • charleskawczynski (103)
  • Sbozzolo (76)
  • trontrytel (58)
  • akshaysridhar (38)
  • sriharshakandala (25)
  • simonbyrne (21)
  • nefrathenrici (20)
  • LenkaNovak (20)
  • jiahe23 (14)
  • valeriabarra (11)
  • bischtob (8)
  • haakon-e (6)
  • odunbar (6)
  • imreddyTeja (5)

Top Pull Request Authors

  • charleskawczynski (464)
  • szy21 (454)
  • Sbozzolo (224)
  • trontrytel (102)
  • github-actions[bot] (95)
  • nefrathenrici (85)
  • akshaysridhar (82)
  • dennisYatunin (60)
  • sriharshakandala (44)
  • juliasloan25 (37)
  • costachris (37)
  • simonbyrne (31)
  • haakon-e (22)
  • valeriabarra (17)
  • imreddyTeja (13)

Top Issue Labels

  • EDMF :tornado: (120)
  • SDI (34)
  • bug (33)
  • enhancement (20)
  • Microphysics (18)
  • radiation ☀️ (16)
  • Performance (14)
  • Tests (13)
  • GPU (10)
  • Numerics (8)
  • Performance monitoring :rocket: :mag: (8)
  • Dependencies :spider_web: (8)
  • Workflow :gear: :ocean: (8)
  • ClimaParameters :control_knobs: (7)
  • Diagnostics (7)
  • Quality assurance (7)
  • Reproducibility 🎲 (6)
  • Continuous integration :gear: (6)
  • wontfix (6)
  • documentation (6)
  • help wanted (6)
  • design (5)
  • Long runs :running_woman: (5)
  • ASAP (4)
  • Dycore equations (4)
  • Refactor (4)
  • Consistency :dart: (4)
  • Logging :ledger: (3)
  • Debugging :mag::bug: (3)
  • Question (3)

Top Pull Request Labels

  • Dependencies :spider_web: (84)
  • Microphysics (74)
  • EDMF :tornado: (64)
  • Refactor (49)
  • do-not-merge-yet (27)
  • Performance monitoring :rocket: :mag: (27)
  • enhancement (25)
  • Performance (25)
  • Launch Buildkite (25)
  • bugfix :bug: :hammer: (24)
  • GPU (22)
  • Tests (19)
  • House cleaning :broom: (18)
  • Continuous integration :gear: (17)
  • Long runs :running_woman: (16)
  • Diagnostics (14)
  • Latency (13)
  • Breaking :boom: (13)
  • Reproducibility 🎲 (11)
  • Workflow :gear: :ocean: (8)
  • Logging :ledger: (8)
  • documentation (8)
  • Reproducibility tests 🎲 (8)
  • Visualization :art: (8)
  • Inference :mag: (7)
  • gravity wave (7)
  • API (6)
  • ClimaParameters :control_knobs: (6)
  • Dycore equations (6)
  • radiation ☀️ (5)

Package metadata

proxy.golang.org: github.com/clima/climaatmos.jl

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/clima/climaatmos.jl#section-documentation
  • Licenses: apache-2.0
  • Latest release: v0.30.2 (published 17 days ago)
  • Last Synced: 2025-06-06T10:09:16.204Z (2 days ago)
  • Versions: 71
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 5.401%
    • Average: 5.583%
    • Dependent repos count: 5.764%
proxy.golang.org: github.com/CliMA/ClimaAtmos.jl

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/CliMA/ClimaAtmos.jl#section-documentation
  • Licenses: apache-2.0
  • Latest release: v0.30.2 (published 17 days ago)
  • Last Synced: 2025-06-06T10:14:27.578Z (2 days ago)
  • Versions: 71
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 5.401%
    • Average: 5.583%
    • Dependent repos count: 5.764%
juliahub.com: ClimaAtmos

ClimaAtmos.jl is a library for building atmospheric circulation models that is designed from the outset to leverage data assimilation and machine learning tools. We welcome contributions!

  • Homepage: https://clima.github.io/ClimaAtmos.jl/dev/
  • Documentation: https://docs.juliahub.com/General/ClimaAtmos/stable/
  • Licenses: Apache-2.0
  • Latest release: 0.30.2 (published about 1 month ago)
  • Last Synced: 2025-06-06T10:09:32.371Z (2 days ago)
  • Versions: 71
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 34 Total
  • Rankings:
    • Dependent repos count: 9.94%
    • Stargazers count: 16.844%
    • Average: 22.551%
    • Forks count: 24.504%
    • Dependent packages count: 38.915%

Dependencies

.github/workflows/CodeCov.yml actions
  • actions/checkout v2.2.0 composite
  • codecov/codecov-action v1.0.7 composite
  • julia-actions/setup-julia latest composite
.github/workflows/CompatHelper.yml actions
.github/workflows/DocCleanup.yml actions
  • actions/checkout v2 composite
.github/workflows/Invalidations.yml actions
  • actions/checkout v3 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-invalidations v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/ci.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • codecov/codecov-action v1 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/docs.yml actions
  • actions/checkout v2 composite
  • julia-actions/setup-julia latest composite
.github/workflows/julia_formatter.yml actions
  • actions/checkout v2.2.0 composite
  • dorny/paths-filter v2.9.1 composite
  • julia-actions/setup-julia latest composite
  • styfle/cancel-workflow-action 0.4.0 composite

Score: 13.113595047712472