-
Notifications
You must be signed in to change notification settings - Fork 245
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
Tc4 fix #1031
Tc4 fix #1031
Conversation
This patch renames the tc4 test to activate it in the test suite. It also modifies the Makefile to build the input field test scripts. It also modifies the Python build scripts to be PEP8-conformant. We temporarily disable tc4 in the restart tests, since they currently fail. This needs to be addressed before we can merge this into the main branch. The patch does not enable the necessary Python modules for running on Travis, that will also be addressed later.
The custom TC4 Makefile has been added (oops), and the presumed Python Ubuntu packages have been added for Travis.
Gcc 7 4 0 patch
…o gcc_7_4_0_patch
Gcc 7 4 0 patch
Codecov Report
@@ Coverage Diff @@
## dev/gfdl #1031 +/- ##
=============================================
- Coverage 43.15% 26.19% -16.96%
=============================================
Files 212 212
Lines 62491 62486 -5
=============================================
- Hits 26968 16370 -10598
- Misses 35523 46116 +10593
Continue to review full report at Codecov.
|
Gaea regression test: https://gitlab.gfdl.noaa.gov/ogrp/MOM6/pipelines/9374 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gaea pipeline passed.
This (resubmitted) PR makes some changes to the tc4 test so that it now works within the Travis testing framework. It includes Python scripts for generating data, as well as a method for adding a Makefile to a local test for local customization.
This patch also includes several changes by @MJHarrison-GFDL which resolve an issue with sponges and restart file startup.
This PR is expected to fail its regression test, due to some bug fixes, but we do not expect any regressions on Gaea.