-
Notifications
You must be signed in to change notification settings - Fork 15
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
Golaz1/2.1.0 misc fixes #268
Conversation
This was causing bundling to fail when no [ilamb_run] task was present.
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.
Thanks for these updates. I'll need to test myself, but from looking at the code, they look good.
|
||
year1 = y | ||
year2 = y + 10 - 1 | ||
year2 = y + ts_num_years - 1 |
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.
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.
Note: the number of years still has to be divisible by the increment.
@@ -28,7 +28,7 @@ def ilamb_run(config, scriptDir, existing_bundles): | |||
# --- List of ilamb_run tasks --- | |||
tasks = getTasks(config, "ilamb_run") | |||
if len(tasks) == 0: | |||
return [] | |||
return existing_bundles |
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.
This was already fixed in #265.
Misc minor fixes found while testing E3SM Unified 1.7.0rc1 on NERSC Cori-haswell.
Currently running additional tests, but those fixes should go in before the next unified rc.