Coupled simulations with Oceananigans #2693
Unanswered
mukund-gupta
asked this question in
Computational science!
Replies: 2 comments
-
This functionality will probably eventually be achieved through the ClimaCoupler: https://github.com/CliMA/ClimaCoupler.jl But it's not operational yet, I don't think. Rather than |
Beta Was this translation helpful? Give feedback.
0 replies
-
That sounds good - thanks for the tips! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I was wondering if there is a smart way to implement coupling with an active atmosphere model. Currently, I have been running in a loop, as follows (pseudo code):
I attempted to use simulation callbacks to achieve this without a loop, as follows:
but I get an error.
Below is simplified example illustrating that error:
and the error message is copied below:
Any advice on this would be helpful, thanks!
Beta Was this translation helpful? Give feedback.
All reactions