-
Notifications
You must be signed in to change notification settings - Fork 212
CIME Developers Guide
Robert Jacob edited this page Apr 6, 2016
·
14 revisions
Before making a Pull Request to the ESCMI/CIME github, test your changes.
Required
cd to utils/python/tests
> ./scripts_regression_tests --fast (skips building/running X and A case tests).
Recommended
-
Run "pylint --disable C" on any modified python files.
-
Cd to cime/scripts
./create_test cime_developer (runs the X and A case tests)
If any changes have been made to Fortran code in share/ or driver_cpl/, run cime unit tests:
From the top-level directory in cime, follow the instructions in README.unit_testing (currently only works out-of-the-box on yellowstone).