-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating README for v7 and adding build badges. Renaming github actio…
…n so badge says 'build'
- Loading branch information
1 parent
8f081a6
commit a5e4add
Showing
2 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
# User's Guide | ||
# Single Column Model (SCM) | ||
|
||
Please find the up-to-date User's Guide located on ReadTheDocs: https://ccpp-scm.readthedocs.io/en/latest/ | ||
[![Build Status](https://github.com/NCAR/ccpp-scm/actions/workflows/ci_scm_ccpp_prebuild.yml/badge.svg?branch=main)](https://github.com/NCAR/ccpp-scm/actions/workflows/ci_scm_ccpp_prebuild.yml) | ||
[![Release](https://img.shields.io/github/release/NCAR/ccpp-scm.svg)](https://github.com/NCAR/ccpp-scm/releases/latest) | ||
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13156711.svg)](https://doi.org/10.5281/zenodo.13156711) | ||
<!-- v7.0.0 [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13738129.svg)](https://doi.org/10.5281/zenodo.13738129) --> | ||
|
||
The SCM is a tool for developing physics suites and diagnosing their performance. This SCM works with the | ||
- [Common Community Physics Package (CCPP):](https://github.com/NCAR/ccpp-physics) a library of physical parameterizations for atmospheric numerical models. | ||
- [CCPP Framework:](https://github.com/NCAR/ccpp-scm:) a framework for connecting atmospheric models to physics suites. | ||
|
||
## Documentation | ||
- [SCM readthedocs](https://ccpp-scm.readthedocs.io/en/v7.0.0/) | ||
- [CCPP readthedocs](https://ccpp-techdoc.readthedocs.io/en/v7.0.0/) | ||
- [Scientific documentation](https://dtcenter.ucar.edu/GMTB/v7.0.0/sci_doc/index.html) |