-
Notifications
You must be signed in to change notification settings - Fork 209
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
Iscompvar cleanup #1965
Iscompvar cleanup #1965
Conversation
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.
Looks good; this was definitely a source of confusion for me. Just a minor change requested.
scripts/lib/CIME/utils.py
Outdated
@@ -1222,6 +1222,7 @@ def find_system_test(testname, case): | |||
|
|||
if tdir is not None: | |||
tdir = os.path.abspath(tdir) | |||
print (tdir) |
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.
Remove.
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.
Misclick.
This is a cleanup of the compvar implementation. There was a confusion between component attributes which represented components (cam, datm, etc) vs those which represented component classes (ATM, LND, etc). I've renamed the attributes associated with component classes to be compclass instead of component. This change also allowed me to get rid of the explicit list of compvars in env_mach_pes.py and env_run.py
Test suite: scripts_regression_tests.py
Test baseline:
Test namelist changes:
Test status: bit for bit
Fixes:
User interface changes?:
Update gh-pages html (Y/N)?:
Code review: