-
Notifications
You must be signed in to change notification settings - Fork 40
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 MoV code to use xCDAT #1020
Conversation
Bug in centered RMSE calcaulation (left) is resolved (right). More results: PMP_MoV_xCDAT_rigor_test_20240422.pdf |
Progress note: next component that is needed is the custom season capability |
…DI/pcmdi_metrics into feature/1012_lee1043_stats-MoV_xcdat
@acordonez when you have a chance could you please check if the demo4 notebook is working fine with this PR? |
…dat-custom_season_test Update MoV demo notebook to add custom season example
@lee1043 The demo notebook ran successfully. Is it correct that some figures were removed from Section 3.3.2? |
@acordonez thanks for checking. Yes, that is correct. For AMO I removed monthly example and kept only yearly example which likely be more interest. |
@acordonez thanks for reviewing. I also asked Alex (LANL) and Shiheng (LLNL) for testing this code for their analysis. I am holding merge for their result. |
Test results from Alex: test_AJ_LANL_20240427.pdf My comment: |
run = re.split("[._]", (model_path.split("/")[-1]).split("."))[ | ||
run_in_modpath | ||
] | ||
run = re.split("[._]", model_path.split("/")[-1])[run_in_modpath] |
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.
Shiheng found bug in this line when file is named like “file_name_1.nc”. This fix should work well either cases like file is named like “file_name_1.nc” or “file.name.1.nc”
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.
During the mean time, his comment was "I’ve checked the first EOF mode of PDO. The result looks good to me."
This is a draft PR, opened for tracking changes.