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

Iscompvar cleanup #1965

Merged
merged 5 commits into from
Oct 16, 2017
Merged

Iscompvar cleanup #1965

merged 5 commits into from
Oct 16, 2017

Conversation

jedwards4b
Copy link
Contributor

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:

Copy link
Contributor

@jgfouca jgfouca left a 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.

@@ -1222,6 +1222,7 @@ def find_system_test(testname, case):

if tdir is not None:
tdir = os.path.abspath(tdir)
print (tdir)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove.

Copy link
Contributor

@jgfouca jgfouca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Misclick.

@jgfouca jgfouca merged commit af429bd into ESMCI:master Oct 16, 2017
@jedwards4b jedwards4b deleted the iscompvar_cleanup branch October 16, 2017 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants