Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
✓Committers with academic emails
7 of 29 committers (24.1%) from academic institutions -
✓Institutional organization owner
Organization clima has institutional domain (clima.caltech.edu) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.1%) to scientific vocabulary
Keywords from Contributors
Repository
CliMA model dycore
Basic Info
- Host: GitHub
- Owner: CliMA
- License: apache-2.0
- Language: Julia
- Default Branch: main
- Homepage: https://clima.github.io/ClimaCore.jl/dev
- Size: 61.1 MB
Statistics
- Stars: 105
- Watchers: 3
- Forks: 16
- Open Issues: 262
- Releases: 125
Metadata Files
README.md
ClimaCore.jl
|||
|---------------------:|:----------------------------------------------|
| Docs Build | |
| Documentation |
|
| GHA CI |
|
| Buildkite CI |
|
| Code Coverage |
|
| Downloads |
|
| DOI |
|
The Climate Modelling Alliance (CliMA) is developing a new Earth System Model (ESM), entirely written in the Julia language. The main goal of the project is to build an ESM that automatically learns from diverse data sources to produce accurate climate predictions with quantified uncertainties. The CliMA model targets both CPU and GPU architectures, using a common codebase. ClimaCore.jl constitutes the dynamical core (dycore) of the atmosphere and land models, providing discretization tools to solve the governing equations of the ESM component models. ClimaCore.jl's high-level application programming interface (API) facilitates modularity and composition of differential operators and the definition of flexible discretizations. This, in turn, is coupled with low-level APIs that support different data layouts, specialized implementations, and flexible models for threading, to better face high-performance optimization, data storage, and scalability challenges on modern HPC architectures.
Technical aims and current support
- Support both large-eddy simulation (LES) and general circulation model (GCM) configurations for the atmosphere.
- A suite of tools for constructing space discretizations.
- Horizontal spectral elements:
- Supports both continuous Galerkin (CG) and discontinuous Galerkin (DG) spectral element discretizations.
- Flexible choice of vertical discretization (currently staggered finite differences)
- Support for different geometries (Cartesian, spherical), with governing equations discretized in terms of covariant vectors for curvilinear, non-orthogonal systems and Cartesian vectors for Euclidean spaces.
Fieldabstraction:- Scalar, vector or struct-valued
- Stores values, geometry, and mesh information
- Flexible memory layouts: Array-of-Structs (AoS), Struct-of-Arrays (SoA),Array-of-Struct-of-Arrays (AoSoA)
- Useful overloads:
sum(integral),norm, etc. - Compatible with
DifferentialEquations.jltime steppers.
- Composable operators via broadcasting: apply a function element-wise to an array; scalar values are broadcast over arrays
- Fusion of multiple operations; can be specialized for custom functions or argument types (e.g.
CuArraycompiles and applies a custom CUDA kernel). - Operators (
grad,div,interpolate) are “pseudo-functions”: Act like functions when broadcasted over aField; fuse operators and function calls. - Add element node size dimensions to type domain
- i.e., specialize on polynomial degree
- important for GPU kernel performance.
- Flexible memory layouts allow for flexible threading models (upcoming):
- CPU thread over elements
- GPU thread over nodes.
Versions before and including ClimaCore.jl v0.11.7 relied on WeakValueDicts.jl, which is not thread-safe and no longer maintained. These versions are considered unsupported, and newer versions of ClimaCore.jl should be used.
Owner
- Name: Climate Modeling Alliance
- Login: CliMA
- Kind: organization
- Email: clima@caltech.edu
- Website: https://clima.caltech.edu
- Repositories: 67
- Profile: https://github.com/CliMA
An alliance of scientists, engineers and applied mathematicians, dedicated to pioneering a new, data-informed approach to climate modeling
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Simon Byrne | s****e@g****m | 473 |
| Charles Kawczynski | k****s@g****m | 412 |
| Valeria Barra | v****1@g****m | 166 |
| sriharshakandala | s****s@g****m | 111 |
| Jake Bolewski | j****i@g****m | 107 |
| Gabriele Bozzola | s****r@g****m | 42 |
| Dennis Yatunin | d****n@g****m | 26 |
| CompatHelper Julia | c****y@j****g | 23 |
| Jia He | j****h@g****m | 18 |
| Akshay Sridhar | a****r@c****u | 18 |
| Zhaoyi Shen | p****y@g****m | 17 |
| Ben Mackay | j****y@c****u | 13 |
| Julia Sloan | j****n@c****u | 11 |
| SimonDanisch | s****h@p****m | 8 |
| K Pamnany | k****y@g****m | 7 |
| Daniel-Huang | d****g@c****u | 4 |
| bischtob | t****f@p****e | 4 |
| LenkaNovak | l****a@c****u | 4 |
| Akshay Sridhar | a****r@A****l | 2 |
| Gabriele Bozzola | g****a@c****u | 2 |
| yairchn | y****n@c****u | 1 |
| sandreza | a****a@g****m | 1 |
| Navid C. Constantinou | n****y | 1 |
| Julia Sloan | 5****5 | 1 |
| Daniel Z. Huang | h****4@g****m | 1 |
| nefrathenrici | n****i@g****m | 1 |
| ayushpatnaikgit | a****k@g****m | 1 |
| Shuhei Kadowaki | a****k | 1 |
| Mike Fairhurst | m****t@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 334
- Total pull requests: 1,099
- Average time to close issues: 6 months
- Average time to close pull requests: 23 days
- Total issue authors: 35
- Total pull request authors: 28
- Average comments per issue: 2.31
- Average comments per pull request: 2.38
- Merged pull requests: 735
- Bot issues: 0
- Bot pull requests: 48
Past Year
- Issues: 105
- Pull requests: 473
- Average time to close issues: 7 days
- Average time to close pull requests: 6 days
- Issue authors: 20
- Pull request authors: 23
- Average comments per issue: 0.57
- Average comments per pull request: 1.07
- Merged pull requests: 317
- Bot issues: 0
- Bot pull requests: 17
Top Authors
Issue Authors
- charleskawczynski (147)
- Sbozzolo (58)
- simonbyrne (41)
- sriharshakandala (15)
- juliasloan25 (11)
- imreddyTeja (9)
- kmdeck (6)
- szy21 (5)
- dennisYatunin (4)
- waywardpidgeon (4)
- jb-mackay (3)
- akshaysridhar (3)
- nefrathenrici (3)
- Zhengyu-Huang (2)
- valeriabarra (2)
Pull Request Authors
- charleskawczynski (668)
- Sbozzolo (119)
- simonbyrne (62)
- dennisYatunin (46)
- github-actions[bot] (32)
- sriharshakandala (32)
- juliasloan25 (31)
- imreddyTeja (22)
- dependabot[bot] (16)
- akshaysridhar (15)
- szy21 (6)
- Snowdog85123 (6)
- valeriabarra (5)
- kmdeck (4)
- onzerem (4)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 6
-
Total downloads:
- julia 204 total
-
Total dependent packages: 22
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 191
juliahub.com: ClimaCore
CliMA model dycore
- Homepage: https://clima.github.io/ClimaCore.jl/dev
- Documentation: https://docs.juliahub.com/General/ClimaCore/stable/
- License: Apache-2.0
-
Latest release: 0.14.39
published 11 months ago
Rankings
juliahub.com: ClimaCorePlots
CliMA model dycore
- Homepage: https://clima.github.io/ClimaCore.jl/dev
- Documentation: https://docs.juliahub.com/General/ClimaCorePlots/stable/
- License: Apache-2.0
-
Latest release: 0.2.11
published over 1 year ago
Rankings
juliahub.com: ClimaCoreTempestRemap
CliMA model dycore
- Homepage: https://clima.github.io/ClimaCore.jl/dev
- Documentation: https://docs.juliahub.com/General/ClimaCoreTempestRemap/stable/
- License: Apache-2.0
-
Latest release: 0.3.18
published over 1 year ago
Rankings
juliahub.com: ClimaCoreVTK
CliMA model dycore
- Homepage: https://clima.github.io/ClimaCore.jl/dev
- Documentation: https://docs.juliahub.com/General/ClimaCoreVTK/stable/
- License: Apache-2.0
-
Latest release: 0.7.6
published about 2 years ago
Rankings
juliahub.com: ClimaCoreSpectra
CliMA model dycore
- Homepage: https://clima.github.io/ClimaCore.jl/dev
- Documentation: https://docs.juliahub.com/General/ClimaCoreSpectra/stable/
- License: Apache-2.0
-
Latest release: 0.1.4
published about 2 years ago
Rankings
juliahub.com: ClimaCoreMakie
CliMA model dycore
- Homepage: https://clima.github.io/ClimaCore.jl/dev
- Documentation: https://docs.juliahub.com/General/ClimaCoreMakie/stable/
- License: Apache-2.0
-
Latest release: 0.4.6
published almost 2 years ago
Rankings
Dependencies
- actions/cache v1 composite
- actions/checkout v2 composite
- actions/upload-artifact v2 composite
- julia-actions/setup-julia latest composite
- actions/cache v1 composite
- actions/checkout v2 composite
- actions/upload-artifact v2 composite
- julia-actions/setup-julia latest composite
- actions/cache v1 composite
- actions/checkout v2 composite
- actions/upload-artifact v2 composite
- julia-actions/setup-julia latest composite
- actions/cache v1 composite
- actions/checkout v2 composite
- actions/upload-artifact v2 composite
- julia-actions/setup-julia latest composite
- actions/cache v1 composite
- actions/checkout v2 composite
- actions/upload-artifact v2 composite
- julia-actions/setup-julia latest composite
- actions/checkout v2 composite
- actions/checkout v3 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-invalidations v1 composite
- julia-actions/setup-julia v1 composite
- actions/checkout v2.2.0 composite
- dorny/paths-filter v2.9.1 composite
- julia-actions/setup-julia latest composite
- reviewdog/action-suggester v1 composite
- styfle/cancel-workflow-action 0.4.0 composite
- JuliaRegistries/TagBot v1 composite
- actions/checkout v2 composite
- julia-actions/setup-julia latest composite
- actions/checkout v2.2.0 composite
- julia-actions/cache v1 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v1 composite
- styfle/cancel-workflow-action 0.4.0 composite