-
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
New monsoon sperber code in xCDAT -- PR cleaned up #1022
Conversation
@bosup I found the difference in the output. Can you investigate where that is coming from and if they could be more consistent? Metrics calculated from the previous version of the code (shown from Demo_2b_notebook):
Metrics calculated from the code in this PR:
|
new file: param/Bo_param.py modified: param/myParam.py Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory) modified: lib/argparse_functions.py modified: ../../share/DefArgsCIA.json Untracked files: (use "git add <file>..." to include in what will be committed) test_ACCESS1-0_afterMask.png test_ACCESS1-0_beforeMask.png test_obs_afterMask.png test_obs_beforeMask.png
Untracked files: (use "git add <file>..." to include in what will be committed) test_ACCESS1-0_afterMask.png test_ACCESS1-0_beforeMask.png test_obs_afterMask.png test_obs_beforeMask.png
modified: param/Bo_param.py
@bosup has been working on this PR. Below is for the verification result. |
@acordonez I think this PR is pretty much ready. When you get a chance could you please run demo 2b with this PR to see if it runs well? |
@lee1043 The notebook ran with no errors. I am seeing some slight differences in the metrics but is that also expected similar to the MJO? For example, decay index of 48 vs. 47, or slope of 0.03490883309967567 vs. 0.03399930924787022. |
@acordonez thanks for reviewing and approving. Yes, although it would be nicer if we've got more consistency for the indices, it looks like further in depth investigation might be needed to fully address that, and I consider for now it is acceptable. I am going to merge this PR and tag v3.5. |
All checks passed, merging it now. |
This PR is for monsoon_sperber code that is converted to use xcdat (update by @bosup).
A new branch is made by @lee1043 for clean up the previous PR (#1011).