-
Notifications
You must be signed in to change notification settings - Fork 20
add FMS support library to new CASE_SUPPORT_LIBRARIES variable #276
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
Conversation
if CIMEROOT is None: | ||
raise SystemExit("ERROR: must set CIMEROOT environment variable") | ||
sys.path.append(os.path.join(CIMEROOT, "scripts", "Tools")) | ||
sys.path.append(os.path.join(CIMEROOT, "CIME", "Tools")) |
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.
Updates path to cime/CIME/Tools, not related to the issue of the PR.
Running the aux_mom suite, I received `ERROR: No variable CASE_SUPPORT_LIBRARIES found in case'. My sandbox is based on beta06.
|
@jedwards4b If |
Yes, I've added the try except block and we will remove the backward compatibility once all components are updated in a tag. Thanks |
We want to move the hardcoding of support libraries out of cime build.py with this PR. I am using mom to demonstrate what the change requires, it is backward compatible.