-
Notifications
You must be signed in to change notification settings - Fork 54
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
[WIP] Add a bunch of interfaces to make intel happy #665
base: main
Are you sure you want to change the base?
Conversation
…wise I can't compile with debug flags.
@koldunovn I checked the changes made in #664 and it runs fine with interactive icebergs |
Thanks a lot! |
I get this error: ''' and the model crashes: '/work/ab0246/a270124/esm-experiments/awiesm-2.6/test03/log/test03_awiesm_compute_13500101-13501231_14756612.log' |
Does this happen in the first step of the model? Since it happen after the cumulativ sumation of Wvel means that your UV from which you compute the divergences already have some NaN. This could mean that there are already issues with computing your deta and eta --> which could link to the water_flux. Any idea how the water_flux looks like ? |
Yes, it happens in the first time step. Is there any way to check |
In optimal case it should have created a blowup file fesom.blowup.nc ... |
There is no blowup file |
You have to check where the model exactly quits because the message you posted is just a warning the model doesnt stop there. If the model comes to the point at the end of the ocean step where it checks for the blowups and finds it. It should be able to write a blowupfile where the most important variables at the moment of blowup are in. |
Please don't check this at the moment - I totally broke something :) |
That's a relatively big one, but should not be too compicated. It mostly adding the interfaces, that Intel compiler was complaining about, and did not let me compile with debug flags.
This PR depends on #664 - as for icebergs I need to do more than just adding interfaces and don't want to break anything for @ackerlar
Would be also great if things work for recom as well (@ogurses )