-
Notifications
You must be signed in to change notification settings - Fork 2
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
incomplete fix to update postproc diff names #62
Conversation
This is a stash of code that only partially works. The goal was to update the naming for the postproc diff maps so that the names used the simulation label instead of a name derived from the simulation filename.
I agree with your review and assessment that the issue seems to be fixed with your edits. I believe you can merge the branch with the master at this point. |
Added change to Monthly, Calendar Year, and Water year to match Wet Dry Season change
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.
Caught one edit to be made. You had the change for difference maps and had the change for the folder name for Wet Dry Season but had the old name for the Calendar year, monthly, and water year folders
Here is the output I get for commit 4bcc168. Notice all the
|
Code was using AnalysisCompare output file naming conventions to find GenerateComputedMatlab outputs (The Statistic Calculations). This adjustment will use the correct name to find the statistic dfs0 files, and the new naming convention for the A11 script outputs.
made error message correctly reference.
Added comments that explain the user inputs for alternatives, and gives examples. Hopefully this will clarify some of the naming conventions used in the output of these scripts.
These fixes will pass the correct file names and directories to be used in createStatsiticFigure using correct file naming conventions.
These adjustments will correctly parse the "legend entry" to use as file name as well as in plot titles and Latex entries.
Call Alternative name for statistic dfs2 files
I'm still having problems with this. It runs all the way through now. Yay! But... When I ask it to do 3 alternatives, I am not getting all the diff maps. To recreate the issue:
I am expecting to see two sets of difference maps: Can you debug and fix? |
This is a stash of code that only partially works. The goal was to
update the naming for the postproc diff maps so that the names used the
simulation label instead of a name derived from the simulation filename.
UPDATE - I think this fix fully addresses the problem, and fully works.