forked from NCAR/fv3atm
-
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.
Make stochastic physics independent of fv3atm and its submodules (NOA…
…A-EMC#171) * Update CMakeLists.txt to build stochastic_physics * Update gnumake build to include stochastic_physics wrapper * Update gnumake build config for macosx.gnu to work with new NCEPLIBS and downgraded FMS * Update submodule pointer for fv3atm * Regression test logs for orion.intel, hera.intel, hera.gnu * Rename rt_stampede_cheyenne.conf to rt_stampede.conf, add rt_cheyenne.conf for cheyenne.intel from NCAR dtc/develop branch * Regression test logs for wcoss_cray and wcoss_dell_p3 * Revert stochastic_physics change in .gitmodules and update submodule pointer for stochastic_physics * Revert change to .gitmodules and update submodule pointer for fv3atm * Revert unintential addition of tests/rt_stochy_ca.conf
- Loading branch information
Showing
12 changed files
with
551 additions
and
448 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
Submodule FV3
updated
10 files
+7 −0 | .github/CODEOWNERS | |
+56 −0 | .github/ISSUE_TEMPLATE/bug_report.md | |
+32 −0 | .github/ISSUE_TEMPLATE/feature_request.md | |
+37 −0 | .github/pull_request_template.md | |
+2 −1 | CMakeLists.txt | |
+5 −67 | atmos_model.F90 | |
+6 −4 | makefile | |
+13 −56 | stochastic_physics/CMakeLists.txt | |
+54 −0 | stochastic_physics/makefile | |
+249 −0 | stochastic_physics/stochastic_physics_wrapper.F90 |
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
Submodule stochastic_physics
updated
from 12a4dc to a8e2cc
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
Oops, something went wrong.