Hi everyone,
I’m trying to simulate vortex motion in a geostrophic flow. The code runs without errors and the initial condition seems to be set correctly, but the flow field doesn’t appear to evolve over time.
I suspect the issue might lie in the following part of the code (see below). Could anyone take a look and help me figure out what might be going wrong? Thanks a lot for any pointers!
Ann
--
You received this message because you are subscribed to the Google Groups "Dedalus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dedalus-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dedalus-users/66b4c970-7561-4608-94c2-9795052ceb35n%40googlegroups.com.
I’ve tested the linear case and used vector operations in the governing equation, but the problem remains — the initial field still doesn’t seem to evolve. Any advice would be greatly appreciated!
To view this discussion visit https://groups.google.com/d/msgid/dedalus-users/99c634cb-cb1f-4eff-a581-852410f98793n%40googlegroups.com.
Hi Jeff,
Thanks so much for your help! This code is actually a modification of an earlier version written in Dedalus2, which normally runs fine (vortex deformation can be observed within about 100 days, both in linear and nonlinear cases). However, I don’t seem to get the same result with Dedalus3.
I’ll leave the old version of the code below in case you’d like to take a look when you have time.
Again, I really appreciate your time and help!
Ann
To view this discussion visit https://groups.google.com/d/msgid/dedalus-users/6f9c6f92-5173-441a-b184-92b89a53c1b9n%40googlegroups.com.
Hi Jeff,
Ok, I’ll give it a try and share the results once I’ve updated them.
Thanks again — your feedback has been really helpful!
Ann