Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CCPP framework (metadata parser) update, and update several units in CCPP metadata in fv3atm and ccpp-physics, use Python 3.6+ #907

Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
2cf1734
Update .gitmodules and submodule pointer for fv3atm
climbfuji Nov 10, 2021
8197d04
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
climbfuji Nov 15, 2021
1a7aac1
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
climbfuji Nov 17, 2021
f23546f
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
climbfuji Nov 18, 2021
d131283
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
climbfuji Nov 22, 2021
f7d1b1e
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
climbfuji Nov 23, 2021
86071db
Update submodule pointer for fv3atm
climbfuji Nov 23, 2021
09093dd
RT JOBS PASSED: hera.gnu. Log file uploaded.
BrianCurtis-NOAA Nov 23, 2021
bee0a67
RT JOBS PASSED: hera.intel. Log file uploaded.
BrianCurtis-NOAA Nov 23, 2021
697c59b
Bump up Python version from 3 to 3.6
climbfuji Nov 23, 2021
5614ef1
Merge branch 'correct_ccpp_metadata_due_to_feature_capgen' of https:/…
climbfuji Nov 23, 2021
89bb666
Load Python 3.7.9 module on Cheyenne
climbfuji Nov 23, 2021
d18cc2d
Regression test log for wcoss_cray
climbfuji Nov 23, 2021
45a9446
RT JOBS PASSED: cheyenne.gnu. Log file uploaded.
BrianCurtis-NOAA Nov 23, 2021
9d35458
RT JOBS PASSED: hera.gnu. Log file uploaded.
BrianCurtis-NOAA Nov 23, 2021
c2c387b
RT JOBS PASSED: cheyenne.intel. Log file uploaded.
BrianCurtis-NOAA Nov 23, 2021
96feaef
Regression test logs for orion.intel
climbfuji Nov 23, 2021
b6ca735
Regression test log for wcoss_dell_p3
climbfuji Nov 23, 2021
c0af872
Regression test log for hera.intel
BrianCurtis-NOAA Nov 23, 2021
419b78b
RT JOBS PASSED: jet.intel. Log file uploaded.
BrianCurtis-NOAA Nov 23, 2021
5b111db
Regression test log for gaea.intel
climbfuji Nov 23, 2021
5d85e82
Revert change to .gitmodules and update submodule pointer for fv3atm
climbfuji Nov 24, 2021
1b7227d
Merge branch 'correct_ccpp_metadata_due_to_feature_capgen' of https:/…
climbfuji Nov 24, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[submodule "FV3"]
path = FV3
url = https://github.com/NOAA-EMC/fv3atm
branch = develop
#url = https://github.com/NOAA-EMC/fv3atm
#branch = develop
url = https://github.com/climbfuji/fv3atm
branch = correct_units_due_to_feature_capgen
[submodule "NEMS"]
path = NEMS
url = https://github.com/NOAA-EMC/NEMS
Expand Down
2 changes: 1 addition & 1 deletion FV3
Loading