forked from NCAR/ccpp-physics
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from NCAR/dtc/develop
Dtc/develop
- Loading branch information
Showing
245 changed files
with
52,148 additions
and
12,494 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Basic checks for CCPP physics schemes | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: macos-latest | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: Init submodules | ||
run: git submodule update --init --recursive | ||
#- name: Update packages | ||
# run: | | ||
# /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | ||
# #brew install autoconf automake coreutils gcc@9 libtool mpich gnu-sed wget | ||
# brew install automake coreutils mpich gnu-sed | ||
- name: Check for ASCII encoding | ||
run: ./tools/check_encoding.py |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[submodule "physics/rte-rrtmgp"] | ||
path = physics/rte-rrtmgp | ||
url = https://github.com/RobertPincus/rte-rrtmgp | ||
branch = dtc/ccpp |
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,5 +1,18 @@ | ||
# GMTB GFS Physics | ||
# CCPP Physics | ||
|
||
This repository contains the GFS Physics scheme. | ||
The Common Community Physics Package (CCPP) is designed to facilitate the implementation of physics innovations in state-of-the-art atmospheric models, the use of various models to develop physics, and the acceleration of transition of physics innovations to operational NOAA models. | ||
|
||
Please see more information about the CCPP at the locations below. | ||
|
||
- [CCPP website hosted by the Developmental Testbed Center (DTC)](https://dtcenter.org/ccpp) | ||
- [CCPP public release information](https://dtcenter.org/community-code/common-community-physics-package-ccpp/ccpp-scm-version-4-0) | ||
- [CCPP Technical Documentation](https://ccpp-techdoc.readthedocs.io/en/latest/) | ||
- [CCPP Scientific Documentation](https://dtcenter.org/GMTB/v4.0/sci_doc/) | ||
- [CCPP Physics GutHub wiki](https://github.com/NCAR/ccpp-physics/wiki) | ||
- [CCPP Framework GitHub wiki](https://github.com/NCAR/ccpp-framework/wiki) | ||
|
||
For the use of CCPP with its Single Column Model, see the [Single Column Model User's Guide](https://dtcenter.org/GMTB/v4.0/scm-ccpp-guide-v4.0.pdf). | ||
|
||
For the use of CCPP with NOAA's Unified Forecast System (UFS), see the [UFS Medium-Range Application User's Guide](https://ufs-mrweather-app.readthedocs.io/en/latest/) and the [UFS Weather Model User's Guide](https://ufs-weather-model.readthedocs.io/en/latest/). | ||
|
||
Questions can be directed to the [CCPP Help Desk](mailto:[email protected]). When using the CCPP with NOAA's UFS, questions can be posted in the [UFS Weather Model](https://forums.ufscommunity.org/forum/ufs-weather-model) section of the [UFS Forum](https://forums.ufscommunity.org/) |
Oops, something went wrong.