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 numerical transforms compose ocean sciml ordinary-differential-equations differentialequations differential-equations

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: 8 days ago

Total Commits: 3,121
Total Committers: 49
Avg Commits per committer: 63.694
Development Distribution Score (DDS): 0.659

Commits in past year: 637
Committers in past year: 26
Avg Commits per committer in past year: 24.5
Development Distribution Score (DDS) in past year: 0.754

Name Email Commits
Charles Kawczynski k****s@g****m 1064
Zhaoyi Shen 1****1 549
Gabriele Bozzola g****a@c****u 370
Anna Jaruga a****a@c****u 158
Jia He j****h@g****m 124
Simon Byrne s****e@g****m 113
nefrathenrici n****i@g****m 93
bischtob t****f@p****e 80
Valeria Barra v****1@g****m 71
Akshay Sridhar a****r@c****u 65
Dennis Yatunin d****n@g****m 63
sandreza a****a@g****m 56
sriharshakandala s****s@g****m 55
CompatHelper Julia c****y@j****g 30
Julia Sloan j****n@c****u 30
Haakon Ludvig Langeland Ervik 4****e 26
costachris c****a@g****m 23
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
Jeff Yoder j****r@u****u 5
Anudhyan Boral a****n@g****m 5
Etienne Casanova e****a@g****m 4
Jake Bolewski j****i@g****m 4
and 19 more...

Committer domains:


Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 661
Total pull requests: 1,840
Average time to close issues: 3 months
Average time to close pull requests: 13 days
Total issue authors: 31
Total pull request authors: 37
Average comments per issue: 1.95
Average comments per pull request: 1.88
Merged pull request: 1,271
Bot issues: 0
Bot pull requests: 103

Past year issues: 169
Past year pull requests: 764
Past year average time to close issues: about 1 month
Past year average time to close pull requests: 6 days
Past year issue authors: 16
Past year pull request authors: 26
Past year average comments per issue: 1.09
Past year average comments per pull request: 1.11
Past year merged pull request: 551
Past year bot issues: 0
Past year bot pull requests: 25

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

  • szy21 (453)
  • charleskawczynski (453)
  • Sbozzolo (224)
  • trontrytel (99)
  • github-actions[bot] (94)
  • nefrathenrici (82)
  • akshaysridhar (79)
  • dennisYatunin (58)
  • sriharshakandala (44)
  • juliasloan25 (36)
  • simonbyrne (31)
  • costachris (31)
  • haakon-e (21)
  • valeriabarra (17)
  • AlexisRenchon (13)

Top Issue Labels

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

Package metadata

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.1 (published 17 days ago)
  • Last Synced: 2025-05-15T23:36:11.870Z (2 days ago)
  • Versions: 70
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 36 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.141092880088596