-
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
Update TC Analysis template #632
Conversation
d23fe05
to
ea61bc6
Compare
TODO:
|
@chengzhuzhang The relevant code changes are in I tested all the min-case If you'd like to try this out yourself: Testing directions
|
@chengzhuzhang Can you please review the changes in
I tested on v3 data, with this PR's code rebased on Testing details
Error detailsNo viewers were created:
From
We can see this IndexError is actually ultimately caused by the |
d7fcbc7
to
5980d80
Compare
y1={{ year1 }} | ||
y2={{ year2 }} | ||
Y1="{{ '%04d' % (year1) }}" | ||
Y2="{{ '%04d' % (year2) }}" | ||
result_dir={{ scratch }}/tc-analysis_${Y1}_${Y2}/ | ||
result_dir={{ output }}/post/atm/tc-analysis_${Y1}_${Y2}/ |
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.
@forsyth2 the changes look good to me. With the fix in mesh generation, I think we no longer need extra step to save file in scratch
? but it looks like all tc_analysis tests include scratch
.
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.
Yes, that's correct. I just removed the scratch
parameters from the test cfg
s in the latest commit.
Issue resolution
Select one: This pull request is...
1. Does this do what we want it to do?
Objectives:
tc_analysis.bash
more closely match the file in E3SM Diags.Required:
If applicable:
2. Are the implementation details accurate & efficient?
Required:
If applicable:
zppy/conda
, not just animport
statement.3. Is this well documented?
Required:
4. Is this code clean?
Required:
If applicable: