-
Notifications
You must be signed in to change notification settings - Fork 30
Updated mom6 tag #182
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
Updated mom6 tag #182
Conversation
|
Unfortunately, the new MOM6 tag (synced with the current dev/gfdl MOM6) produced the following error message in the NEP domain when using the same mask table we used for the production run, I will put this PR on hold and wait for further investigation. Update: Further investigation found that this error started appearing afterhttps://github.com/NOAA-GFDL/MOM6/pull/885 |
|
OK, further investigation showed that the following section of code is causing the issue we encountered : This new code attempts to create an unmasked domain and write out unmasked ocean geometry, even if a Would it be possible to add a runtime parameter to control this behavior temporally? That way, we could disable this section if we don’t want to generate an unmasked ocean geometry file. This would also allow me to merge the latest updates from |
|
We could add a parameter to stop this. Should I open a PR to dev/cefi? |
|
Sure, that would be great! I can merge it first, then test the latest OBC PR that was just merged yesterday. |
|
This same error popped up in older versions of MOM6 with certain layouts of the NWA25 model. I could never figure out why it was happening, but if/when there's a tentative fix I'd be happy to test it out |
|
I encountered this problem with the NWA12 with the 50x50 mask table, although Yi-Cheng did not. I added a flag to avoid this code in the MOM6 dev/cefi PR #28 It will be worth knowing why these domain decompositions are causing problems without mask tables. |
As titled. This is a regualr update for
mom6 and ocean_BGC tagsmom6 tag only for now.This PR from ocean_BGC changes the baseline in NWA and NEP due to the use of a real (floating-point) exponent instead of the original integer exponent, resulting in subtle differences.