conjure_time_step_wizard! error #3597
Unanswered
Swarnali-D
asked this question in
Computational science!
Replies: 1 comment 7 replies
-
What version of |
Beta Was this translation helpful? Give feedback.
7 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.
-
I was trying out the Langmuir Turbulence example, which gave me an error while setting the cfl criteria as:
julia> conjure_time_step_wizard!(simulation, cfl=1.0, max_Δt=1minute)
ERROR: UndefVarError: 'conjure_time_step_wizard!' not defined
There is an irregular use of this command across the examples. Every example uses
TimeStepWizard
while only Langmuir Turbulence, Convecting Plankton and Baroclinic Adjustment usesconjure_time_step_wizard!
How do I overcome the error?
Beta Was this translation helpful? Give feedback.
All reactions