Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CliMA/ClimateMachine.jl
Climate Machine: an Earth System Model that automatically learns from data
https://github.com/CliMA/ClimateMachine.jl
climate climate-change gpu julia
Last synced: 3 months ago
JSON representation
Climate Machine: an Earth System Model that automatically learns from data
- Host: GitHub
- URL: https://github.com/CliMA/ClimateMachine.jl
- Owner: CliMA
- License: other
- Archived: true
- Created: 2018-12-17T17:24:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T19:09:18.000Z (over 1 year ago)
- Last Synced: 2024-07-05T16:43:50.302Z (4 months ago)
- Topics: climate, climate-change, gpu, julia
- Language: Julia
- Homepage: https://clima.github.io/ClimateMachine.jl/latest/
- Size: 99.6 MB
- Stars: 448
- Watchers: 36
- Forks: 77
- Open Issues: 350
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ClimateMachine.jl
***NOTE THAT THIS REPO IS NOT CURRENTLY BEING MAINTAINED. PLEASE SEE THE FOLLOWING REPOSITORIES:***
- [CliMA/ClimaCore.jl](http://github.com/CliMA/ClimaCore.jl)
- [CliMA/ClimaAtmos.jl](http://github.com/CliMA/ClimaAtmos.jl)
- [CliMA/Thermodynamics.jl](http://github.com/CliMA/Thermodynamics.jl)
- [CliMA/CloudMicrophysics.jl](http://github.com/CliMA/CloudMicrophysics.jl)
- [CliMA/SurfaceFluxes.jl](http://github.com/CliMA/SurfaceFluxes.jl)
- [CliMA/ClimaLSM.jl](http://github.com/CliMA/ClimaLSM.jl)
- [CliMA/Oceananigans.jl](http://github.com/CliMA/Oceananigans.jl)
- [CliMA/ClimaCoupler.jl](http://github.com/CliMA/ClimaCoupler.jl)The Climate Machine is a new Earth system model that leverages recent advances in the computational and data sciences to learn directly from a wealth of Earth observations from space and the ground. The Climate Machine will harness more data than ever before, providing a new level of accuracy to predictions of droughts, heat waves, and rainfall extremes.
| **Documentation** | [![dev][docs-latest-img]][docs-latest-url] |
|----------------------|--------------------------------------------------|
| **Docs Build** | [![docs build][docs-bld-img]][docs-bld-url] |
| **Unit tests** | [![unit tests][unit-tests-img]][unit-tests-url] |
| **Code Coverage** | [![codecov][codecov-img]][codecov-url] |
| **Bors** | [![Bors enabled][bors-img]][bors-url] |
| **DOI** | [![Zenodo][zenodo-img]][zenodo-url] |[docs-bld-img]: https://github.com/CliMA/ClimateMachine.jl/workflows/Documentation/badge.svg
[docs-bld-url]: https://github.com/CliMA/ClimateMachine.jl/actions?query=workflow%3ADocumentation[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
[docs-latest-url]: https://CliMA.github.io/ClimateMachine.jl/latest/[unit-tests-img]: https://github.com/CliMA/ClimateMachine.jl/workflows/OS%20Unit%20Tests/badge.svg
[unit-tests-url]: https://github.com/CliMA/ClimateMachine.jl/actions?query=workflow%3A%22OS+Unit+Tests%22[codecov-img]: https://codecov.io/gh/CliMA/ClimateMachine.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/CliMA/ClimateMachine.jl[bors-img]: https://bors.tech/images/badge_small.svg
[bors-url]: https://app.bors.tech/repositories/11521[zenodo-img]: https://zenodo.org/badge/162166244.svg
[zenodo-url]: https://zenodo.org/badge/latestdoi/162166244For installation instructions and explanations on how to use the Climate Machine, please look at the [Documentation](https://clima.github.io/ClimateMachine.jl/latest/GettingStarted/Installation/).