Wind-driven Ocean Circulation #3177
Replies: 6 comments 44 replies
-
A few questions and comments:
|
Beta Was this translation helpful? Give feedback.
-
if we are sure about this then yes |
Beta Was this translation helpful? Give feedback.
-
@iuryt can you strip down the example as much as possible to make a MWE of the problem? I’m finding it a bit hard to distill it. Ideally, a snippet of code that if I paste I will get to see the problem (eg a plot or something). Question: do you apply wind stress at the boundaries of the domain? |
Beta Was this translation helpful? Give feedback.
-
Also what you plot are the interpolated velocities at cell centers? If not why are you saving them. |
Beta Was this translation helpful? Give feedback.
-
OK, from the discussion above, regardless of the boundary layer effect that @iuryt mentions, it also seems that indeed the way we call if VERSION < v"1.8"
...
else
...
end Given that |
Beta Was this translation helpful? Give feedback.
-
#3190 deals with the compat entry for Julia v1.9 |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am not sure this is my actual problem, but I am trying to run a very simple wind-driven currents model for the South Atlantic with the code here below.
You guys can ignore the part of the code where I define the output and progress messages, but would like to have a general opinion on that. What happen is the the following code runs for a nonbathymetry case, but velocities goes NaN for this case.. If I put the shallowest level in -200m instead of 0, the code runs a little bit more.
Not sure what I am doing wrong here, but I suspect it is related to the immersed boundary and the boundary condition at the surface.
I am trying to create a zeroth-order simulation to specify later to a more real bathymetry and winds.
Right now I am running for homogeneous water column and simple sine winds.
Does anything pop up just by looking at the code?
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions