-
Notifications
You must be signed in to change notification settings - Fork 0
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
support C-grid connectivity in deseas #39
Conversation
@ezhilsabareesh8 could you try this out with your C-grid workflow please? You'll need to add |
@aekiss I tired deseas with
|
OK thanks @ezhilsabareesh8 - referring to this list the only differences I can see are the Malacca Strait is now open and there are a couple more wet points at the mouth of the Baltic. Is your script on github somewhere I can take a look? |
Thanks @aekiss, compared to OM2, I think the Mediterranean, red and black sea are removed in the current workflow, even when the My script is here |
I meant the only noticeable improvements in using |
do the spurious land points also appear using |
Great! With Are Malacca and Sunda straits open? It's hard to tell. |
Sorry for not looking at this earlier. Happy to see that this seems to work as expected. I'll do a more thorough review tomorrow. |
I'm still getting this with
|
@aekiss I'm afraid it's not a bug, but rather a "feature". The maximum number of diffusion iterations is hard-coded, most likely to avoid an infinite loop in case the code has some issue. I would suggest to increase that number to a much larger value. EDIT: better yet, add this value to the CLI, so that the user can choose this value (and keep the default reasonable). |
Oh, scrap that. I now see that the algorithm seems stuck. Yes, definitely a bug. |
I've pushed a commit to this PR that fixes the issue |
…ix_nonadvective, check_nonadvective; require B grid for fix_nonadvective, check_nonadvective
@micaeljtoliveira sorry for the churn, I think it's ready for review now. I've streamlined the code, only requiring |
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.
@aekiss Overall looks good.
That was quite a nasty little bug...
Co-authored-by: Micael Oliveira <[email protected]>
fixes #37